mirror of
https://github.com/dlang/phobos.git
synced 2025-05-01 07:30:33 +03:00
8 lines
199 B
D
8 lines
199 B
D
|
|
/* Windows is a registered trademark of Microsoft Corporation in the United
|
|
States and other countries. */
|
|
|
|
module std.c.windows.windows;
|
|
version (Windows):
|
|
|
|
public import core.sys.windows.windows;
|