2006-06-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* 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.
This commit is contained in:
9
winsup/w32api/lib/servprov-uuid.c
Normal file
9
winsup/w32api/lib/servprov-uuid.c
Normal file
@ -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 <basetyps.h>
|
||||
DEFINE_GUID(IID_IServiceProvider,0x6d5140c1,0x7436,0x11ce,0x80,0x34,0,0xaa,0,0x60,0x9,0xfa);
|
Reference in New Issue
Block a user