summaryrefslogtreecommitdiff
path: root/src/windows.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows.rs')
-rw-r--r--src/windows.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows.rs b/src/windows.rs
index 4fc2c16a61..9ed89925ce 100644
--- a/src/windows.rs
+++ b/src/windows.rs
@@ -190,7 +190,7 @@ pub const EILSEQ: ::c_int = 42;
pub const STRUNCATE: ::c_int = 80;
// inline comment below appeases style checker
-#[cfg(all(target_env = "msvc", feature = "stdbuild"))] // " if "
+#[cfg(all(target_env = "msvc", feature = "rustc-dep-of-std"))] // " if "
#[link(name = "msvcrt", cfg(not(target_feature = "crt-static")))]
#[link(name = "libcmt", cfg(target_feature = "crt-static"))]
extern {}