phobos/std/c/windows/windows.d

8 lines
199 B
D

/* Windows is a registered trademark of Microsoft Corporation in the United
States and other countries. */
module std.c.windows.windows;
version (Windows):
public import core.sys.windows.windows;