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:
10
winsup/w32api/lib/unknwn-uuid.c
Normal file
10
winsup/w32api/lib/unknwn-uuid.c
Normal file
@ -0,0 +1,10 @@
|
||||
/* unknwn-uuid.c */
|
||||
/* Generate GUIDs for Unknown interfaces */
|
||||
|
||||
/* All IIDs defined in this file were extracted from
|
||||
* HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\ */
|
||||
|
||||
#define INITGUID
|
||||
#include <basetyps.h>
|
||||
DEFINE_OLEGUID(IID_IUnknown,0,0,0);
|
||||
DEFINE_OLEGUID(IID_IClassFactory,0x1,0,0);
|
Reference in New Issue
Block a user