mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
net: fix cross compilation with mingw, Ws2tcpip.h => ws2tcpip.h
This commit is contained in:
parent
f377710c0b
commit
91e18b039c
@ -834,7 +834,7 @@ const (
|
||||
// Link to Winsock library
|
||||
#flag -lws2_32
|
||||
#include <winsock2.h>
|
||||
#include <Ws2tcpip.h>
|
||||
#include <ws2tcpip.h>
|
||||
|
||||
// Constants that windows needs
|
||||
const (
|
||||
|
Loading…
Reference in New Issue
Block a user