OSDN Git Service

Avoid an implication that the API is exclusively 32-bit.
[mingw/mingw-org-wsl.git] / wslapi / lib / oleacc-uuid.c
1 /* oleacc-uuid.c */
2 /* Generate GUIDs for OLE Accessibility 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_GUID(IID_IAccessible,0x618736e0,0x3c3d,0x11cf,0x81,0x0c,0x00,0xaa,0x00,0x38,0x9b,0x71);
10 // IAccessibleHandler TypeLib
11 DEFINE_GUID(LIBID_Accessibility, 0x1ea4dbf0, 0x3c3b,0x11cf, 0x81, 0x0c, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71);