mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 06:00:35 +03:00
15 lines
406 B
D
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;
|