Skip to content

Commit afc29ee

Browse files
bit0funmichael-grunder
authored andcommitted
Update for mingw cross compile
- Used lowercase for Mstcpip.h as mingw will not find the file otherwise
1 parent ceb8a88 commit afc29ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sockcompat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#include <ws2tcpip.h>
5151
#include <stddef.h>
5252
#include <errno.h>
53-
#include <Mstcpip.h>
53+
#include <mstcpip.h>
5454

5555
#ifdef _MSC_VER
5656
typedef long long ssize_t;

0 commit comments

Comments
 (0)