summaryrefslogtreecommitdiffstats
path: root/src/polypcore/winsock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/winsock.h')
-rw-r--r--src/polypcore/winsock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/polypcore/winsock.h b/src/polypcore/winsock.h
index b1e0f7d4..89e6a4ed 100644
--- a/src/polypcore/winsock.h
+++ b/src/polypcore/winsock.h
@@ -18,6 +18,8 @@
#ifdef HAVE_WS2TCPIP_H
#include <ws2tcpip.h>
+static const struct in6_addr in6addr_any = {{ IN6ADDR_ANY_INIT }};
+static const struct in6_addr in6addr_loopback = {{ IN6ADDR_LOOPBACK_INIT }};
#endif
#endif