includes: Make vmrender.idl C++ friendly.

C++ doesn't like: GUID GUID; which is valid in C, so replace with
struct _GUID GUID;
This commit is contained in:
Maarten Lankhorst 2009-08-11 19:52:18 +02:00 committed by Alexandre Julliard
parent e6ac20e814
commit a664043e1d
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ interface IVMRMixerControl : IUnknown
typedef struct tagVMRGUID
{
GUID *pGUID, GUID;
struct _GUID *pGUID, GUID;
} VMRGUID;
#define VMRDEVICENAMELEN 32