summaryrefslogtreecommitdiff
path: root/libphobos/libdruntime/core/sys/windows/cguid.d
blob: d0a8fb9f08760d263e4e669d358a235558a428b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * Windows API header module
 *
 * Translated from MinGW Windows headers
 *
 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
 * Source: $(DRUNTIMESRC core/sys/windows/_cguid.d)
 */
module core.sys.windows.cguid;
version (Windows):

import core.sys.windows.basetyps;