Fix IPV6 addresses with link local

https://github.com/Hamlib/Hamlib/issues/298
pull/345/head
Michael Black W9MDB 2020-06-22 00:00:33 -05:00
rodzic 0f97f33877
commit a88faf29c7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -63,6 +63,7 @@
#elif HAVE_WS2TCPIP_H
#undef _WIN32_WINNT
// We need inet_pton to get defined and 0x0600 does it
// Eventually we should be able to get rid of this hack
#define _WIN32_WINNT 0x0600
# include <ws2tcpip.h>
#undef _WIN32_WINNT