newlib/winsup/w32api/lib/mlang-uuid.c

14 lines
437 B
C

/* mlang-uuid.c */
/* Generate GUIDs for Object Multi Language 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>
// Multi Language Support CLSID
DEFINE_GUID(CLSID_CMultiLanguage,0x275c23e2,0x3747,0x11d0,0x9f,0xea,0,0xaa,0,0x3f,0x86,0x46);