Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
b4983522
Commit
b4983522
authored
Sep 08, 2008
by
Rob Shearman
Committed by
Alexandre Julliard
Sep 09, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Use placeholder structures with at least one field in vmr9.idl.
MIDL won't parse structures with no fields.
parent
fa441c9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vmr9.idl
include/vmr9.idl
+2
-2
No files found.
include/vmr9.idl
View file @
b4983522
...
...
@@ -25,8 +25,8 @@ typedef LONGLONG REFERENCE_TIME;
typedef
DWORD
D3DFORMAT
;
typedef
DWORD
D3DPOOL
;
typedef
HANDLE
HMONITOR
;
typedef
struct
{
}
AM_MEDIA_TYPE
;
typedef
struct
{
}
D3DCOLOR
;
typedef
struct
{
char
dummy
;
} AM_MEDIA_TYPE;
typedef
struct
{
char
dummy
;
} D3DCOLOR;
cpp_quote
(
"#endif"
)
interface
IVMRSurface9
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment