phobos/std/c/windows/windows.d
Sean Kelly 0b1bf3b1d5
2009-03-26 15:13:53 +00:00

15 lines
251 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
}