mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
13 lines
327 B
D
13 lines
327 B
D
// Written in the D programming language.
|
|
|
|
// @@@DEPRECATED_2017-06@@@
|
|
|
|
/++
|
|
$(RED Deprecated. Use $(D core.sys.windows.com) instead. This module
|
|
will be removed in June 2017.)
|
|
+/
|
|
deprecated("Import core.sys.windows.com instead")
|
|
module std.windows.iunknown;
|
|
|
|
// Replaced by:
|
|
public import core.sys.windows.com;
|