Commit a664043e authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

includes: Make vmrender.idl C++ friendly.

C++ doesn't like: GUID GUID; which is valid in C, so replace with struct _GUID GUID;
parent e6ac20e8
...@@ -213,7 +213,7 @@ interface IVMRMixerControl : IUnknown ...@@ -213,7 +213,7 @@ interface IVMRMixerControl : IUnknown
typedef struct tagVMRGUID typedef struct tagVMRGUID
{ {
GUID *pGUID, GUID; struct _GUID *pGUID, GUID;
} VMRGUID; } VMRGUID;
#define VMRDEVICENAMELEN 32 #define VMRDEVICENAMELEN 32
......
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