mirror of
https://github.com/dlang/phobos.git
synced 2025-05-01 15:40:36 +03:00
9 lines
236 B
D
9 lines
236 B
D
|
|
/// Placed into public domain
|
|
/// Author: Walter Bright
|
|
|
|
/// Please import core.sys.windows.stat instead. This module will be deprecated in DMD 2.068.
|
|
module std.c.windows.stat;
|
|
|
|
version (Windows):
|
|
public import core.sys.windows.stat;
|