mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-20 04:36:22 +00:00
Fix a typo, WSAETIMEOUT -> WSAETIMEDOUT
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include <sys/select.h>
|
||||
#else
|
||||
#include <winsock2.h>
|
||||
#define ETIMEOUT WSAETIMEOUT
|
||||
#define ETIMEOUT WSAETIMEDOUT
|
||||
#define ECONNRESET WSAECONNRESET
|
||||
#define ECONNABORTED WSAECONNABORTED
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user