From: Daniel Stenberg Date: Fri, 23 Nov 2001 09:04:56 +0000 (+0000) Subject: Andrés García's minor fix to make it compile on win32 X-Git-Tag: curl-7_9_2~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0ee7115d30f3bc0cc953b7527ba424784790337;p=curl Andrés García's minor fix to make it compile on win32 --- diff --git a/lib/connect.c b/lib/connect.c index 277e1dfae..c045ba436 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -61,6 +61,7 @@ #include #define EINPROGRESS WSAEINPROGRESS #define EWOULDBLOCK WSAEWOULDBLOCK +#define EISCONN WSAEISCONN #endif #include "urldata.h"