Commit b4983522 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

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

MIDL won't parse structures with no fields.
parent fa441c9d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment