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:
Chris Sutcliffe
2006-06-04 15:37:31 +00:00
parent d97183b48e
commit e73b03adcc
5 changed files with 30 additions and 5 deletions

View 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);