]> git.proxmox.com Git - rustc.git/blame - src/libstd/sys/windows/env.rs
New upstream version 1.46.0+dfsg1
[rustc.git] / src / libstd / sys / windows / env.rs
CommitLineData
c30ab7b3 1pub mod os {
0731742a
XL
2 pub const FAMILY: &str = "windows";
3 pub const OS: &str = "windows";
4 pub const DLL_PREFIX: &str = "";
5 pub const DLL_SUFFIX: &str = ".dll";
6 pub const DLL_EXTENSION: &str = "dll";
7 pub const EXE_SUFFIX: &str = ".exe";
8 pub const EXE_EXTENSION: &str = "exe";
c30ab7b3 9}