Welcome to mirror list, hosted at ThFree Co, Russian Federation.

objsafe-uuid.c « lib « w32api « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6deae9a40d9b079ee174fa101daaf69998ca0759 (plain)
1
2
3
4
5
6
7
8
9
/* objsafe-uuid.c */
/* Generate GUIDs for Object Safe interfaces */

/* All IIDs defined in this file were extracted from
 * HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\ */

#define INITGUID
#include <basetyps.h>
DEFINE_GUID(IID_IObjectSafety,0xcb5bdc81,0x93c1,0x11cf,0x8f,0x20,0,0x80,0x5f,0x2c,0xd0,0x64);