d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / libphobos / libdruntime / core / sys / windows / cguid.d
blob0afbc42e8b03f394186e7fae63b01b9a4938d078
1 /**
2 * Windows API header module
4 * Translated from MinGW Windows headers
6 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
7 * Source: $(DRUNTIMESRC core/sys/windows/_cguid.d)
8 */
9 module core.sys.windows.cguid;
10 version (Windows):
12 import core.sys.windows.basetyps;