mirror of
https://github.com/dlang/phobos.git
synced 2025-05-02 08:00:48 +03:00
15 lines
260 B
D
15 lines
260 B
D
|
|
/* Windows is a registered trademark of Microsoft Corporation in the United
|
|
States and other countries. */
|
|
|
|
module std.c.windows.windows;
|
|
|
|
public import core.sys.windows.windows;
|
|
|
|
version (Windows)
|
|
{
|
|
}
|
|
else
|
|
{
|
|
static assert(0); // Windows only
|
|
}
|