mirror of
https://github.com/aria2/aria2.git
synced 2024-11-23 18:13:32 +08:00
mingw: Change FD_SETSIZE to 32768
This commit is contained in:
parent
09e7cfc4c0
commit
a86a823f50
@ -58,7 +58,7 @@
|
||||
#endif // _WIN32_WINNT
|
||||
#ifdef HAVE_WINSOCK2_H
|
||||
#ifndef FD_SETSIZE
|
||||
#define FD_SETSIZE 1024
|
||||
#define FD_SETSIZE 32768
|
||||
#endif // !FD_SETSIZE
|
||||
#include <winsock2.h>
|
||||
#undef ERROR
|
||||
|
Loading…
Reference in New Issue
Block a user