Rob Shearman : include: Add DUMMYUNIONNAME to unions in the _wireVARIANT, TYPEDESC and VARDESC structures in oaidl.idl.

Alexandre Julliard julliard at winehq.org
Wed Sep 17 07:15:23 CDT 2008


Module: wine
Branch: master
Commit: c8db4e62324171e7baea39f107be208ddbbf2f69
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c8db4e62324171e7baea39f107be208ddbbf2f69

Author: Rob Shearman <robertshearman at gmail.com>
Date:   Wed Sep 17 11:00:04 2008 +0100

include: Add DUMMYUNIONNAME to unions in the _wireVARIANT, TYPEDESC and VARDESC structures in oaidl.idl.

---

 include/oaidl.idl |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/oaidl.idl b/include/oaidl.idl
index 7afc862..1cc166a 100644
--- a/include/oaidl.idl
+++ b/include/oaidl.idl
@@ -286,7 +286,7 @@ struct _wireVARIANT {
   [case(VT_DISPATCH|VT_BYREF)] IDispatch **ppdispVal;
   [case(VT_ARRAY|VT_BYREF)]    wireSAFEARRAY *pparray;
   [case(VT_RECORD, VT_RECORD|VT_BYREF)] wireBRECORD brecVal;
-  };
+  } DUMMYUNIONNAME;
 };
 
 /* Dispatch */
@@ -313,7 +313,7 @@ typedef struct tagTYPEDESC {
   [case(VT_CARRAY)]            struct tagARRAYDESC *lpadesc;
   [case(VT_USERDEFINED)]       HREFTYPE hreftype;
   [default]                    ;
-  };
+  } DUMMYUNIONNAME;
   VARTYPE vt;
 } TYPEDESC;
 
@@ -484,7 +484,7 @@ typedef struct tagVARDESC {
   [switch_is(varkind)] union {
   [case(VAR_PERINSTANCE, VAR_DISPATCH, VAR_STATIC)] ULONG oInst;
   [case(VAR_CONST)] VARIANT *lpvarValue;
-  };
+  } DUMMYUNIONNAME;
   ELEMDESC elemdescVar;
   WORD wVarFlags;
   VARKIND varkind;




More information about the wine-cvs mailing list