diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-08-08 16:10:54 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-08-08 16:10:54 +0000 |
commit | 8fe2c8de27ea675f6fe10e7e1573ab15e40dbc1b (patch) | |
tree | 6df06cd614d412887431fd04c4a806836dc8fb0a | |
parent | 87dd532c580f32e352a65d86bad05450de974077 (diff) | |
download | libbu++-8fe2c8de27ea675f6fe10e7e1573ab15e40dbc1b.tar.gz libbu++-8fe2c8de27ea675f6fe10e7e1573ab15e40dbc1b.tar.bz2 libbu++-8fe2c8de27ea675f6fe10e7e1573ab15e40dbc1b.tar.xz libbu++-8fe2c8de27ea675f6fe10e7e1573ab15e40dbc1b.zip |
Fixed FD_SETSIZE in libbu++ for windows...hopefully.
Diffstat (limited to '')
-rw-r--r-- | src/compat/win32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compat/win32.h b/src/compat/win32.h index 2a8aa60..c0e7520 100644 --- a/src/compat/win32.h +++ b/src/compat/win32.h | |||
@@ -13,6 +13,7 @@ | |||
13 | #ifdef __cplusplus | 13 | #ifdef __cplusplus |
14 | extern "C" | 14 | extern "C" |
15 | { | 15 | { |
16 | #define FD_SETSIZE 1024 | ||
16 | #include <Winsock2.h> | 17 | #include <Winsock2.h> |
17 | #include <ws2tcpip.h> | 18 | #include <ws2tcpip.h> |
18 | } | 19 | } |