mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 15:10:46 +03:00
15 lines
409 B
D
15 lines
409 B
D
|
|
/* Windows is a registered trademark of Microsoft Corporation in the United
|
|
States and other countries. */
|
|
|
|
// @@@DEPRECATED_2017-06@@@
|
|
|
|
/++
|
|
$(RED Deprecated. Use $(D 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;
|