mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 23:20:29 +03:00
11 lines
284 B
D
11 lines
284 B
D
// @@@DEPRECATED_2017-06@@@
|
|
|
|
/++
|
|
$(RED Deprecated. Use $(D core.sys.windows.com) instead. This module will be
|
|
removed in June 2017.)
|
|
+/
|
|
deprecated("Import core.sys.windows.com instead")
|
|
module std.c.windows.com;
|
|
|
|
version (Windows):
|
|
public import core.sys.windows.com;
|