diff options
| author | 2015-03-14 09:05:55 +0100 | |
|---|---|---|
| committer | 2015-03-14 09:05:55 +0100 | |
| commit | ae1856faa45aa2a5d3e3d1fa10dc9995da03565b (patch) | |
| tree | b625b14e2a5ba056a97bb2a94f7adb04bc80f313 /3rdparty | |
| parent | 39aadc1b4324dcefc796b6949e456ae075fa23d4 (diff) | |
compile fix from Firewave propagated upstream (nw)
Diffstat (limited to '3rdparty')
| -rw-r--r-- | 3rdparty/mongoose/mongoose.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/mongoose/mongoose.c b/3rdparty/mongoose/mongoose.c index 53908b63053..244b3d8efba 100644 --- a/3rdparty/mongoose/mongoose.c +++ b/3rdparty/mongoose/mongoose.c @@ -80,6 +80,8 @@ #ifdef _WIN32 #ifdef _MSC_VER #pragma comment(lib, "ws2_32.lib") // Linking with winsock library +#include <BaseTsd.h> +typedef SSIZE_T ssize_t; #endif #include <winsock2.h> #include <ws2tcpip.h> |
