]> sourceware.org Git - newlib-cygwin.git/commitdiff
2002-11-09 Weiqi Gao <weiqigao@users.sourceforge.net>
authorDanny Smith <dannysmith@users.sourceforge.net>
Sun, 10 Nov 2002 04:14:31 +0000 (04:14 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Sun, 10 Nov 2002 04:14:31 +0000 (04:14 +0000)
* lib/uuid.c (IID_ICatInformation): Correct definition.

winsup/w32api/ChangeLog
winsup/w32api/lib/uuid.c

index 570b61865c5a680c0fca59ffe36b37c2e66f3a37..3b38fc928ff7997b5cb794dbec2a8c3a11c871d0 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
+
+       * lib/uuid.c (IID_ICatInformation): Correct definition.
+
 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * include/oleauto.h (DeregisterTypeLib): Remove.
index 976bf43d60a926421ac85eccda0b44d37321e65d..2cc00a1f862693da6e00d6f2d706e084fa59b3eb 100644 (file)
@@ -114,7 +114,7 @@ DEFINE_GUID(IID_IBindProtocol,0x79eac9cd,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0
 DEFINE_GUID(IID_IBindStatusCallback,0x79eac9c1,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb);
 DEFINE_GUID(IID_IBindStatusCallbackMsg,0x79eac9cb,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb);
 DEFINE_GUID(IID_IBinding,0x79eac9c0,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb);
-DEFINE_GUID(IID_ICatInformation13,0x2e0,0,0xc000,0,0,0,0,0,0,0x46,0);
+DEFINE_GUID(IID_ICatInformation,0x2e013,0,0,0xc0,0,0,0,0,0,0,0x46);
 DEFINE_GUID(IID_ICatRegister,0x2e012,0,0,0xc0,0,0,0,0,0,0,0x46);
 DEFINE_GUID(IID_IChannelHook,0x1008c4a0,0x7613,0x11cf,0x9a,0xf1,0,0x20,0xaf,0x6e,0x72,0xf4);
 DEFINE_GUID(IID_IClassActivator40,0x1,0,0xc000,0,0,0,0,0,0,0x46,0);
This page took 0.037218 seconds and 5 git commands to generate.