Browse Source

More windows linkage guesses

Alex Crichton 7 years ago
parent
commit
215fa06fb6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/intrinsics.rs

+ 1 - 0
examples/intrinsics.rs

@@ -418,6 +418,7 @@ pub fn _start() -> ! {
 
 #[cfg(windows)]
 #[link(name = "kernel32")]
+#[link(name = "msvcrt")]
 extern {}
 
 // ARM targets need these symbols