diff options
| author | bit0fun <dwadler@slant.tech> | 2022-10-26 20:15:10 -0400 | 
|---|---|---|
| committer | Michael Grunder <michael.grunder@gmail.com> | 2022-10-26 18:09:00 -0700 | 
| commit | afc29ee1a1e7aad057c0037181baba26e63fcd4b (patch) | |
| tree | 6a8ad9d2dc999c89c5f95c40cb11cf5932e5f32f | |
| parent | ceb8a8815e5e436d944e49021c60f114344d3f3e (diff) | |
| download | hiredict-afc29ee1a1e7aad057c0037181baba26e63fcd4b.tar.xz | |
Update for mingw cross compile
	- Used lowercase for Mstcpip.h as mingw will not find the file
	  otherwise
| -rw-r--r-- | sockcompat.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sockcompat.h b/sockcompat.h index 1aaf23f..6ca5d9f 100644 --- a/sockcompat.h +++ b/sockcompat.h @@ -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; | 
