mirror of https://github.com/aria2/aria2
mingw: Change FD_SETSIZE to 32768
parent
09e7cfc4c0
commit
a86a823f50
|
@ -58,7 +58,7 @@
|
||||||
#endif // _WIN32_WINNT
|
#endif // _WIN32_WINNT
|
||||||
#ifdef HAVE_WINSOCK2_H
|
#ifdef HAVE_WINSOCK2_H
|
||||||
#ifndef FD_SETSIZE
|
#ifndef FD_SETSIZE
|
||||||
#define FD_SETSIZE 1024
|
#define FD_SETSIZE 32768
|
||||||
#endif // !FD_SETSIZE
|
#endif // !FD_SETSIZE
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#undef ERROR
|
#undef ERROR
|
||||||
|
|
Loading…
Reference in New Issue