Update for mingw cross compile
- Used lowercase for Mstcpip.h as mingw will not find the file otherwise
This commit is contained in:
parent
ceb8a8815e
commit
afc29ee1a1
@ -50,7 +50,7 @@
|
|||||||
#include <ws2tcpip.h>
|
#include <ws2tcpip.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <Mstcpip.h>
|
#include <mstcpip.h>
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
typedef long long ssize_t;
|
typedef long long ssize_t;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user