From e73b03adcca4543c0ecde8603d9f51dbd5b1f5de Mon Sep 17 00:00:00 2001 From: Chris Sutcliffe Date: Sun, 4 Jun 2006 15:37:31 +0000 Subject: 2006-06-04 Chris Sutcliffe * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and objects. * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider): Remove. Moved to unknwn-uuid and servprov-uuid. * lib/unknwn-uuid.c: New file. * lib/servprov-uuid.c: New file. --- winsup/w32api/lib/servprov-uuid.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 winsup/w32api/lib/servprov-uuid.c (limited to 'winsup/w32api/lib/servprov-uuid.c') diff --git a/winsup/w32api/lib/servprov-uuid.c b/winsup/w32api/lib/servprov-uuid.c new file mode 100644 index 000000000..049de3b66 --- /dev/null +++ b/winsup/w32api/lib/servprov-uuid.c @@ -0,0 +1,9 @@ +/* servprov-uuid.c */ +/* Generate GUIDs for ServiceProvider interfaces */ + +/* All IIDs defined in this file were extracted from + * HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\ */ + +#define INITGUID +#include +DEFINE_GUID(IID_IServiceProvider,0x6d5140c1,0x7436,0x11ce,0x80,0x34,0,0xaa,0,0x60,0x9,0xfa); -- cgit v1.2.3