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

Missing 'in6addr_any' in MingW's lib. ld bug?

This commit is contained in:
Gisle Vanem 2004-12-12 20:14:25 +00:00
parent fec571f5b0
commit 22a0c57746

View File

@ -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 */