[PATCH] includes: Make vmrender.idl c++ friendly

Maarten Lankhorst (none) mlankhorst at patser.
Tue Aug 11 12:52:18 CDT 2009


---
 include/vmrender.idl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vmrender.idl b/include/vmrender.idl
index 360b5fe..3c3fd7b 100644
--- a/include/vmrender.idl
+++ b/include/vmrender.idl
@@ -213,7 +213,7 @@ interface IVMRMixerControl : IUnknown
 
 typedef struct tagVMRGUID
 {
-    GUID *pGUID, GUID;
+    struct _GUID *pGUID, GUID;
 } VMRGUID;
 
 #define VMRDEVICENAMELEN 32
-- 
1.6.3.3


--------------090202030806000101030702--



More information about the wine-patches mailing list