Re: [patch] fix uuid.c compilation errors
Christopher Faylor <[email protected]>
| Newsgroups | gmane.comp.gnu.mingw.patches |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Nov 15, 2002 at 04:17:10PM -0500, Christopher Faylor wrote: >I've checked this in. And this, too. cgf 2002-11-15 Christopher Faylor <[email protected]> * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition. (IID_IStdMarshalInfo): Ditto. Index: lib/uuid.c =================================================================== RCS file: /cvs/uberbaum/winsup/w32api/lib/uuid.c,v retrieving revision 1.6 diff -u -p -r1.6 uuid.c --- lib/uuid.c 15 Nov 2002 21:11:29 -0000 1.6 +++ lib/uuid.c 15 Nov 2002 21:17:40 -0000 @@ -267,7 +267,6 @@ DEFINE_GUID(IID_IRpcProxyBuffer34,0x3bd5 DEFINE_GUID(IID_IRpcStub,0x5,0,0,0xc0,0,0,0,0,0,0,0x46); DEFINE_GUID(IID_IRpcStubBuffer,0xd5f56afc,0x593b,0x101a,0xb5,0x69,0x8,0,0x2b,0x2d,0xbf,0x7a); DEFINE_OLEGUID(IID_IRunnableObject,0x00000126,0,0); -DEFINE_GUID(IID_IRunnableObject,0x126,0,0,0xc0,0,0,0,0,0,0,0x46); DEFINE_GUID(IID_IRunningObjectTable,0x10,0,0,0xc0,0,0,0,0,0,0,0x46); DEFINE_GUID(IID_ISequentialStream,0xc733a30,0x2a1c,0x11ce,0xad,0xe5,0,0xaa,0,0x44,0x77,0x3d); DEFINE_GUID(IID_IServerHandler,0xf4f569d0,0x593b,0x101a,0xb5,0x69,0x8,0,0x2b,0x2d,0xbf,0x7a); @@ -276,7 +275,6 @@ DEFINE_GUID(IID_IServiceProvider,0x6d514 DEFINE_GUID(IID_ISimpleFrameSite,0x742b0e01,0x14e6,0x101b,0x91,0x4e,0,0xaa,0,0x30,0xc,0xab); DEFINE_GUID(IID_ISpecifyPropertyPages,0xb196b28b,0xbab4,0x101a,0xb6,0x9c,0,0xaa,0,0x34,0x1d,0x7); DEFINE_OLEGUID(IID_IStdMarshalInfo,24,0,0); -DEFINE_GUID(IID_IStdMarshalInfo,0x18,0,0,0xc0,0,0,0,0,0,0,0x46); DEFINE_GUID(IID_IStorage,0xb,0,0,0xc0,0,0,0,0,0,0,0x46); DEFINE_GUID(IID_IStream,0xc,0,0,0xc0,0,0,0,0,0,0,0x46); DEFINE_GUID(IID_IStub,0x26,0,0,0xc0,0,0,0,0,0,0,0x46); ------------------------------------------------------- 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