net: fix cross compilation with mingw, Ws2tcpip.h => ws2tcpip.h

pull/7177/head
Delyan Angelov 2020-12-07 10:41:42 +02:00
parent f377710c0b
commit 91e18b039c
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -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 (