mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-25 05:10:29 -04:00
+ MSVC10 adaptation
This commit is contained in:
parent
4c79cfcf06
commit
1bb0a33dd0
@ -27,7 +27,9 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <WS2tcpip.h> // otherwise socklen_t is not a recognized type
|
||||
#include <stdint4win.h>
|
||||
#if (_MSC_VER < 1600)
|
||||
#include "stdint4win.h"
|
||||
#endif
|
||||
#include <winsock2.h>
|
||||
#include <Windows.h> // otherwise int is not a recognized type
|
||||
typedef SSIZE_T ssize_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user