Fix a typo, WSAETIMEOUT -> WSAETIMEDOUT

This commit is contained in:
James Canete
2006-01-11 00:37:55 +00:00
parent ddd356e726
commit b54517f6aa

View File

@@ -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