mingw-w64/mingw-w64-crt/libsrc/ws2_32.c
NightStrike 461f184bc0 More updates for making sources common
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@350 4407c894-4637-0410-b4f5-ada5f102cad1
2008-04-15 12:27:22 +00:00

7 lines
243 B
C

#include <winsock2.h>
#include <ws2tcpip.h>
/* IPv6 constants for use in structure assignments (RFC 2553). */
const struct in6_addr in6addr_any = {{ IN6ADDR_ANY_INIT }};
const struct in6_addr in6addr_loopback = {{ IN6ADDR_LOOPBACK_INIT }};