mirror of
https://github.com/dlang/phobos.git
synced 2025-05-01 15:40:36 +03:00
7 lines
141 B
D
7 lines
141 B
D
// Written in the D programming language.
|
|
|
|
module std.windows.iunknown;
|
|
version (Windows):
|
|
|
|
// Replaced by:
|
|
public import std.c.windows.com;
|