mirror of
https://github.com/dlang/phobos.git
synced 2025-05-03 00:20:26 +03:00
8 lines
225 B
D
8 lines
225 B
D
|
|
/// Placed into public domain
|
|
/// Author: Walter Bright
|
|
|
|
deprecated("Please import core.sys.windows.stat instead. This module will be removed in April 2015.")
|
|
module std.c.windows.stat;
|
|
|
|
public import core.sys.windows.stat;
|