mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-12-18 14:27:58 +08:00
461f184bc0
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@350 4407c894-4637-0410-b4f5-ada5f102cad1
7 lines
243 B
C
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 }};
|