Skip to content

Commit

Permalink
Update for mingw cross compile
Browse files Browse the repository at this point in the history
	- Used lowercase for Mstcpip.h as mingw will not find the file
	  otherwise
  • Loading branch information
bit0fun authored and michael-grunder committed Oct 27, 2022
1 parent ceb8a88 commit afc29ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sockcompat.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#include <ws2tcpip.h>
#include <stddef.h>
#include <errno.h>
#include <Mstcpip.h>
#include <mstcpip.h>

#ifdef _MSC_VER
typedef long long ssize_t;
Expand Down

0 comments on commit afc29ee

Please sign in to comment.