Somewhat crude attempt at fixing the test 91 failures. I commit this now
so that the automatic testing hosts will test these changes over the weekend.
This commit is contained in:
10
lib/setup.h
10
lib/setup.h
@@ -256,4 +256,14 @@ typedef struct in_addr Curl_ipconnect;
|
||||
#define IOCTL_3_ARGS
|
||||
#endif
|
||||
|
||||
#ifndef ECONNRESET
|
||||
#ifdef WSAECONNRESET
|
||||
#define ECONNRESET WSAECONNRESET
|
||||
#else
|
||||
/* This will effectively prevent the code from working in this particular
|
||||
aspect, but it still compile fine! */
|
||||
#define ECONNRESET 10000
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
||||
Reference in New Issue
Block a user