Fix a typo, WSAETIMEOUT -> WSAETIMEDOUT
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
#include <sys/select.h>
|
#include <sys/select.h>
|
||||||
#else
|
#else
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#define ETIMEOUT WSAETIMEOUT
|
#define ETIMEOUT WSAETIMEDOUT
|
||||||
#define ECONNRESET WSAECONNRESET
|
#define ECONNRESET WSAECONNRESET
|
||||||
#define ECONNABORTED WSAECONNABORTED
|
#define ECONNABORTED WSAECONNABORTED
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user