include: Use placeholder structures with at least one field in vmr9.idl.
MIDL won't parse structures with no fields.
This commit is contained in:
parent
fa441c9dd0
commit
b49835229e
|
@ -25,8 +25,8 @@ typedef LONGLONG REFERENCE_TIME;
|
||||||
typedef DWORD D3DFORMAT;
|
typedef DWORD D3DFORMAT;
|
||||||
typedef DWORD D3DPOOL;
|
typedef DWORD D3DPOOL;
|
||||||
typedef HANDLE HMONITOR;
|
typedef HANDLE HMONITOR;
|
||||||
typedef struct { } AM_MEDIA_TYPE;
|
typedef struct { char dummy; } AM_MEDIA_TYPE;
|
||||||
typedef struct { } D3DCOLOR;
|
typedef struct { char dummy; } D3DCOLOR;
|
||||||
cpp_quote("#endif")
|
cpp_quote("#endif")
|
||||||
|
|
||||||
interface IVMRSurface9;
|
interface IVMRSurface9;
|
||||||
|
|
Loading…
Reference in New Issue