[patch] fix uuid.c compilation errors
Christopher Faylor <[email protected]>
| Newsgroups | gmane.comp.gnu.mingw.patches |
|---|---|
| Message-ID | <[email protected]> |
I've checked this in. cgf 2002-11-15 Christopher Faylor <[email protected]> * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition. (IID_IPersistStorage): Ditto. Index: lib/uuid.c =================================================================== RCS file: /cvs/uberbaum/winsup/w32api/lib/uuid.c,v retrieving revision 1.5 diff -u -p -r1.5 uuid.c --- lib/uuid.c 15 Nov 2002 07:13:22 -0000 1.5 +++ lib/uuid.c 15 Nov 2002 21:09:24 -0000 @@ -212,7 +212,6 @@ DEFINE_GUID(IID_IOleInPlaceFrame,0x116,0 DEFINE_GUID(IID_IOleInPlaceObject,0x113,0,0,0xc0,0,0,0,0,0,0,0x46); DEFINE_GUID(IID_IOleInPlaceObjectWindowless,0x1c2056cc,0x5ef4,0x101b,0x8b,0xc8,0,0xaa,0,0x3e,0x3b,0x29); DEFINE_OLEGUID(IID_IOleInPlaceSite,0x00000119,0,0); -DEFINE_GUID(IID_IOleInPlaceSite,0x119,0,0,0xc0,0,0,0,0,0,0,0x46); DEFINE_GUID(IID_IOleInPlaceSiteEx,0x9c2cad80,0x3424,0x11cf,0xb6,0x70,0,0xaa,0,0x4c,0xd6,0xd8); DEFINE_GUID(IID_IOleInPlaceSiteWindowless,0x922eada0,0x3424,0x11cf,0xb6,0x70,0,0xaa,0,0x4c,0xd6,0xd8); DEFINE_GUID(IID_IOleInPlaceUIWindow,0x115,0,0,0xc0,0,0,0,0,0,0,0x46); @@ -237,7 +236,6 @@ DEFINE_GUID(IID_IPersistMemory,0xbd1ae5e DEFINE_GUID(IID_IPersistMonikerC9,0xf979eac9,0xceba,0x8c11,0x82,0,0xaa,0,0x4b,0xa9,0xb,0); DEFINE_GUID(IID_IPersistPropertyBag,0x37d84f60,0x42cb,0x11ce,0x81,0x35,0,0xaa,0,0x4b,0xb8,0x51); DEFINE_OLEGUID(IID_IPersistStorage,0x0000010a,0,0); -DEFINE_GUID(IID_IPersistStorage,0x10A,0,0,0xc0,0,0,0,0,0,0,0x46; DEFINE_GUID(IID_IPersistStream,0x109,0,0,0xc0,0,0,0,0,0,0,0x46); DEFINE_GUID(IID_IPersistStreamInit,0x7fd52380,0x4e07,0x101b,0xae,0x2d,0x8,0,0x2b,0x2e,0xc7,0x13); DEFINE_GUID(IID_IPicture,0x7bf80980,0xbf32,0x101a,0x8b,0xbb,0,0xaa,0,0x30,0xc,0xab); ------------------------------------------------------- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html