xref: /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/shlguid.d (revision 0a3071956a3a9fdebdbf7f338cf2d439b45fc728)
1 /**
2  * Windows API header module
3  *
4  * Translated from MinGW Windows headers
5  *
6  * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
7  * Source: $(DRUNTIMESRC core/sys/windows/_shlguid.d)
8  */
9 module core.sys.windows.shlguid;
10 version (Windows):
11 @system:
12 
13 import core.sys.windows.basetyps, core.sys.windows.w32api;
14 
15 // FIXME: clean up Windows version support
16 
17 // I think this is just a helper macro for other win32 headers?
18 //MACRO #define DEFINE_SHLGUID(n,l,w1,w2) DEFINE_GUID(n,l,w1,w2,0xC0,0,0,0,0,0,0,0x46)
19 
20