phobos/std/c/windows/windows.d

8 lines
285 B
D

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