Revert FD_SETSIZE

This commit is contained in:
jl777
2019-07-06 09:24:44 -11:00
parent d77b5f657c
commit 1d4be8defb
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
#ifdef FD_SETSIZE
#undef FD_SETSIZE // prevent redefinition compiler warning
#endif
#define FD_SETSIZE (8*1024) // max number of fds in fd_set
#define FD_SETSIZE 1024 // max number of fds in fd_set
#include <winsock2.h> // Must be included before mswsock.h and windows.h