12e576d9a0
* lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink, CLSID_StdHlinkBrowseContext): Remove. Moved to relevant files. * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added. * lib/hlguids-uuid.c: New file. Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot net).
14 lines
493 B
C
14 lines
493 B
C
/* hlguids-uuid.c */
|
|
/* Generate GUIDs for HyperLink GUID interfaces */
|
|
|
|
/* All IIDs defined in this file were extracted from
|
|
* HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\ */
|
|
|
|
/* All CLSIDs defined in this file were extracted from
|
|
* HKEY_CLASSES_ROOT\CLSID\ */
|
|
|
|
#define INITGUID
|
|
#include <basetyps.h>
|
|
DEFINE_GUID(CLSID_StdHlink,0x79eac9d0,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb);
|
|
DEFINE_GUID(CLSID_StdHlinkBrowseContext,0x79eac9d1,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb);
|