OSDN Git Service

b301ea24c77d7d3ccd1601bc068fc1f87682c579
[mingw/mingw-org-wsl.git] / w32api / lib / unknwn-uuid.c
1 /* unknwn-uuid.c */
2 /* Generate GUIDs for Unknown interfaces */
3
4 /* All IIDs defined in this file were extracted from
5  * HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\ */
6
7 #define INITGUID
8 #include <basetyps.h>
9 DEFINE_OLEGUID(IID_IUnknown,0,0,0);
10 DEFINE_OLEGUID(IID_IClassFactory,0x1,0,0);