include: Use placeholder structures with at least one field in vmr9.idl.

MIDL won't parse structures with no fields.
oldstable
Rob Shearman 2008-09-08 23:20:51 +01:00 committed by Alexandre Julliard
parent fa441c9dd0
commit b49835229e
1 changed files with 2 additions and 2 deletions

View File

@ -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;