1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Andrs Garca's minor fix to make it compile on win32

This commit is contained in:
Daniel Stenberg 2001-11-23 09:04:56 +00:00
parent 5986c653ef
commit f0ee7115d3

View File

@ -61,6 +61,7 @@
#include <winsock.h> #include <winsock.h>
#define EINPROGRESS WSAEINPROGRESS #define EINPROGRESS WSAEINPROGRESS
#define EWOULDBLOCK WSAEWOULDBLOCK #define EWOULDBLOCK WSAEWOULDBLOCK
#define EISCONN WSAEISCONN
#endif #endif
#include "urldata.h" #include "urldata.h"