More windows linkage guesses
This commit is contained in:
parent
7f90c48a7a
commit
215fa06fb6
|
@ -418,6 +418,7 @@ pub fn _start() -> ! {
|
|||
|
||||
#[cfg(windows)]
|
||||
#[link(name = "kernel32")]
|
||||
#[link(name = "msvcrt")]
|
||||
extern {}
|
||||
|
||||
// ARM targets need these symbols
|
||||
|
|
Loading…
Reference in New Issue