phobos/std/c/windows/windows.d
2010-08-23 02:14:45 +00:00

15 lines
260 B
D

/* Windows is a registered trademark of Microsoft Corporation in the United
States and other countries. */
module std.c.windows.windows;
public import core.sys.windows.windows;
version (Windows)
{
}
else
{
static assert(0); // Windows only
}