From 72ed07e467565af9f3e8947f48b3db0373270ffe Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 19 Mar 2000 12:46:37 +0000 Subject: [PATCH] IOleItemContainer has OLEGUID(0x11c), not 0x11a. --- include/wine/obj_inplace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wine/obj_inplace.h b/include/wine/obj_inplace.h index 385d775e75d..f6670264aa7 100644 --- a/include/wine/obj_inplace.h +++ b/include/wine/obj_inplace.h @@ -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);