Fix up mingw64 target.

This commit is contained in:
Luqman Aden 2013-11-20 01:30:51 -05:00
parent cd9069ca73
commit 6820ed4dcf
6 changed files with 125 additions and 49 deletions

View file

@ -724,5 +724,5 @@ extern {
extern {}
#[cfg(target_os = "win32")]
#[link_args = "-lWs2_32 -lpsapi -liphlpapi"]
#[link_args = "-lws2_32 -lpsapi -liphlpapi"]
extern {}