Update for mingw cross compile

- Used lowercase for Mstcpip.h as mingw will not find the file
	  otherwise
This commit is contained in:
bit0fun 2022-10-26 20:15:10 -04:00 committed by Michael Grunder
parent ceb8a8815e
commit afc29ee1a1

View File

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