mirror of
https://github.com/curl/curl.git
synced 2025-09-18 18:12:49 +03:00
Missing 'in6addr_any' in MingW's lib. ld bug?
This commit is contained in:
parent
fec571f5b0
commit
22a0c57746
|
@ -83,6 +83,10 @@
|
||||||
#define ECONNREFUSED WSAECONNREFUSED
|
#define ECONNREFUSED WSAECONNREFUSED
|
||||||
|
|
||||||
static void win32_cleanup(void);
|
static void win32_cleanup(void);
|
||||||
|
|
||||||
|
#if defined(ENABLE_IPV6) && defined(__MINGW32__)
|
||||||
|
const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* include memdebug.h last */
|
/* include memdebug.h last */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user