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