Skip to content

Commit 215fa06

Browse files
committed
More windows linkage guesses
1 parent 7f90c48 commit 215fa06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/intrinsics.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ pub fn _start() -> ! {
418418

419419
#[cfg(windows)]
420420
#[link(name = "kernel32")]
421+
#[link(name = "msvcrt")]
421422
extern {}
422423

423424
// ARM targets need these symbols

0 commit comments

Comments
 (0)