mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
IOleItemContainer has OLEGUID(0x11c), not 0x11a.
This commit is contained in:
parent
c0250a504a
commit
72ed07e467
@ -140,7 +140,7 @@ typedef struct IOleContainer IOleContainer, *LPOLECONTAINER;
|
||||
DEFINE_OLEGUID(IID_IParseDisplayName, 0x0000011aL, 0, 0);
|
||||
typedef struct IParseDisplayName IParseDisplayName, *LPPARSEDISPLAYNAME;
|
||||
|
||||
DEFINE_OLEGUID(IID_IOleItemContainer, 0x0000011aL, 0, 0);
|
||||
DEFINE_OLEGUID(IID_IOleItemContainer, 0x0000011cL, 0, 0);
|
||||
typedef struct IOleItemContainer IOleItemContainer, *LPOLEITEMCONTAINER;
|
||||
|
||||
DEFINE_OLEGUID(IID_IOleLink, 0x0000011dL, 0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user