mirror of
https://github.com/dlang/phobos.git
synced 2025-05-06 11:07:39 +03:00
7 lines
226 B
D
7 lines
226 B
D
// Written in the D programming language.
|
|
|
|
deprecated("Please import core.sys.windows.com instead. This module will be removed in April 2015.")
|
|
module std.windows.iunknown;
|
|
|
|
// Replaced by:
|
|
public import core.sys.windows.com;
|