mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05: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
|
||||
|
||||
static void win32_cleanup(void);
|
||||
|
||||
#if defined(ENABLE_IPV6) && defined(__MINGW32__)
|
||||
const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* include memdebug.h last */
|
||||
|
Loading…
Reference in New Issue
Block a user