diff options
Diffstat (limited to '')
-rw-r--r-- | src/compat/win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat/win32.h b/src/compat/win32.h index c0e7520..512e6d3 100644 --- a/src/compat/win32.h +++ b/src/compat/win32.h | |||
@@ -13,7 +13,7 @@ | |||
13 | #ifdef __cplusplus | 13 | #ifdef __cplusplus |
14 | extern "C" | 14 | extern "C" |
15 | { | 15 | { |
16 | #define FD_SETSIZE 1024 | 16 | #define FD_SETSIZE (4096*2) |
17 | #include <Winsock2.h> | 17 | #include <Winsock2.h> |
18 | #include <ws2tcpip.h> | 18 | #include <ws2tcpip.h> |
19 | } | 19 | } |