Fix TCP connection tests on Linux and BSD

This commit is contained in:
Cameron Gutman
2020-07-26 20:56:39 -07:00
parent 117a7c637f
commit 6351749039
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
#define SHUT_RDWR SD_BOTH
#define EWOULDBLOCK WSAEWOULDBLOCK
#define EAGAIN WSAEWOULDBLOCK
#define EINPROGRESS WSAEINPROGRESS
#define EINTR WSAEINTR
#define ETIMEDOUT WSAETIMEDOUT