mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
7 lines
218 B
D
7 lines
218 B
D
// Written in the D programming language.
|
|
|
|
/// Please import core.sys.windows.com instead. This module will be deprecated in DMD 2.068.
|
|
module std.windows.iunknown;
|
|
|
|
// Replaced by:
|
|
public import core.sys.windows.com;
|