Commit afc29ee1 authored by bit0fun's avatar bit0fun Committed by Michael Grunder
Browse files

Update for mingw cross compile

	- Used lowercase for Mstcpip.h as mingw will not find the file
	  otherwise
parent ceb8a881
...@@ -50,7 +50,7 @@ ...@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment