]> granicus.if.org Git - curl/commitdiff
Andrés García's minor fix to make it compile on win32
authorDaniel Stenberg <daniel@haxx.se>
Fri, 23 Nov 2001 09:04:56 +0000 (09:04 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 23 Nov 2001 09:04:56 +0000 (09:04 +0000)
lib/connect.c

index 277e1dfaee98d647dfc7877b14079d33e25985d2..c045ba436b93c05c5aa86dd88ad4ce543b0aba2f 100644 (file)
@@ -61,6 +61,7 @@
 #include <winsock.h>
 #define EINPROGRESS WSAEINPROGRESS
 #define EWOULDBLOCK WSAEWOULDBLOCK
+#define EISCONN     WSAEISCONN
 #endif
 
 #include "urldata.h"