From e0acdc03eb33cf14fe4f6d464dc0129f65551e66 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Mon, 17 Mar 2003 22:58:58 +0000 Subject: [PATCH] Added definition of EINPROGRESS for Win32. --- src/xpdev/sockwrap.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xpdev/sockwrap.h b/src/xpdev/sockwrap.h index 7386c35f53..5247f3212d 100644 --- a/src/xpdev/sockwrap.h +++ b/src/xpdev/sockwrap.h @@ -90,6 +90,8 @@ #define ESHUTDOWN (WSAESHUTDOWN-WSABASEERR) #undef ECONNABORTED #define ECONNABORTED (WSAECONNABORTED-WSABASEERR) +#undef EINPROGRESS +#define EINPROGRESS (WSAEINPROGRESS-WSABASEERR) #define s_addr S_un.S_addr -- GitLab