mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 14:10:30 +03:00
9 lines
296 B
D
9 lines
296 B
D
|
|
/* Windows is a registered trademark of Microsoft Corporation in the United
|
|
States and other countries. */
|
|
|
|
/// Please import core.sys.windows.windows instead. This module will be deprecated in DMD 2.068.
|
|
module std.c.windows.windows;
|
|
|
|
version (Windows):
|
|
public import core.sys.windows.windows;
|