root/trunk/win32/shlguid.d

Revision 289, 0.9 kB (checked in by sleets, 4 years ago)

add uuid.d

Line 
1 /***********************************************************************\
2 *                               shlguid.d                               *
3 *                                                                       *
4 *                       Windows API header module                       *
5 *                                                                       *
6 *                 Translated from MinGW Windows headers                 *
7 *                                                                       *
8 *                       Placed into public domain                       *
9 \***********************************************************************/
10 module win32.shlguid;
11
12 private import win32.basetyps, win32.w32api;
13
14 // FIXME: clean up Windows version support
15
16 // I think this is just a helper macro for other win32 headers?
17 //MACRO #define DEFINE_SHLGUID(n,l,w1,w2) DEFINE_GUID(n,l,w1,w2,0xC0,0,0,0,0,0,0,0x46)
Note: See TracBrowser for help on using the browser.