aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/port/win32.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/port/win32.h b/src/include/port/win32.h
index 34f40041298..6a40a322268 100644
--- a/src/include/port/win32.h
+++ b/src/include/port/win32.h
@@ -264,15 +264,25 @@ typedef int pid_t;
#undef EINTR
#define EINTR WSAEINTR
#define EAGAIN WSAEWOULDBLOCK
+#undef EMSGSIZE
#define EMSGSIZE WSAEMSGSIZE
+#undef EAFNOSUPPORT
#define EAFNOSUPPORT WSAEAFNOSUPPORT
+#undef EWOULDBLOCK
#define EWOULDBLOCK WSAEWOULDBLOCK
+#undef ECONNRESET
#define ECONNRESET WSAECONNRESET
+#undef EINPROGRESS
#define EINPROGRESS WSAEINPROGRESS
+#undef ENOBUFS
#define ENOBUFS WSAENOBUFS
+#undef EPROTONOSUPPORT
#define EPROTONOSUPPORT WSAEPROTONOSUPPORT
+#undef ECONNREFUSED
#define ECONNREFUSED WSAECONNREFUSED
+#undef EBADFD
#define EBADFD WSAENOTSOCK
+#undef EOPNOTSUPP
#define EOPNOTSUPP WSAEOPNOTSUPP
/*