phobos/std/c/windows/windows.d
2015-01-06 19:31:58 +01:00

9 lines
296 B
D

/* Windows is a registered trademark of Microsoft Corporation in the United
States and other countries. */
/// Please import core.sys.windows.windows instead. This module will be deprecated in DMD 2.068.
module std.c.windows.windows;
version (Windows):
public import core.sys.windows.windows;