mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-04 19:24:20 +00:00
Allow select()ing up to 1024 file descriptors on Windows
This commit is contained in:
parent
77a1e12eed
commit
33912d1f23
@ -11,6 +11,7 @@
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
#define FD_SETSIZE 1024 // max number of fds in fd_set
|
||||
#include <winsock2.h>
|
||||
#include <mswsock.h>
|
||||
#include <ws2tcpip.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user