Commit f0ee7115 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Andrés García's minor fix to make it compile on win32

parent 5986c653
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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"