Add the correct definition for ECONNREFUSED for Windows

This commit is contained in:
Cameron Gutman 2021-04-28 17:30:00 -05:00
parent 9c92c12fea
commit 7549243f40

View File

@ -18,6 +18,7 @@
#define EINPROGRESS WSAEINPROGRESS
#define EINTR WSAEINTR
#define ETIMEDOUT WSAETIMEDOUT
#define ECONNREFUSED WSAECONNREFUSED
typedef int SOCK_RET;
typedef int SOCKADDR_LEN;