include: Add DUMMYUNIONNAME to the anonymous union in the uSTGMEDIUM structure in objidl.idl.

oldstable
Rob Shearman 2008-09-17 10:58:43 +01:00 committed by Alexandre Julliard
parent 97a9df1c3c
commit 56502ebb99
1 changed files with 1 additions and 2 deletions

View File

@ -1378,7 +1378,6 @@ interface IAdviseSink : IUnknown
[size_is(cbData)] byte data[];
} RemSTGMEDIUM;
/* FIXME: C/C++ nameless union version */
typedef struct tagSTGMEDIUM {
DWORD tymed;
[switch_is(tymed)] union {
@ -1390,7 +1389,7 @@ interface IAdviseSink : IUnknown
[case(TYMED_ISTREAM)] IStream *pstm;
[case(TYMED_ISTORAGE)] IStorage *pstg;
[default] ;
};
} DUMMYUNIONNAME;
[unique] IUnknown *pUnkForRelease;
} uSTGMEDIUM;