net: fix cross compilation with mingw, Ws2tcpip.h => ws2tcpip.h
parent
f377710c0b
commit
91e18b039c
|
@ -834,7 +834,7 @@ const (
|
||||||
// Link to Winsock library
|
// Link to Winsock library
|
||||||
#flag -lws2_32
|
#flag -lws2_32
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#include <Ws2tcpip.h>
|
#include <ws2tcpip.h>
|
||||||
|
|
||||||
// Constants that windows needs
|
// Constants that windows needs
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in New Issue