include: Add DUMMYUNIONNAME to the anonymous union in the uSTGMEDIUM structure in objidl.idl.
This commit is contained in:
parent
97a9df1c3c
commit
56502ebb99
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue