phobos/std/c/windows/windows.d
Sebastian Wilzbach 42894784dd Markdownify Phobos
$(D word) -> `word`
2018-04-02 22:32:47 +02:00

15 lines
406 B
D

/* Windows is a registered trademark of Microsoft Corporation in the United
States and other countries. */
// @@@DEPRECATED_2017-06@@@
/++
$(RED Deprecated. Use `core.sys.windows.windows` instead. This module will
be removed in June 2017.)
+/
deprecated("Import core.sys.windows.windows instead")
module std.c.windows.windows;
version (Windows):
public import core.sys.windows.windows;