Sign in
third-party-mirror
/
mingw-w64
/
1b1dc6200b6453e441477b9b9abe9087cc9c4e89
/
.
/
mingw-w64-crt
/
libsrc
/
ws2_32.c
blob: 34d880c908a224fc18e94b60103688f649ab473f [
file
] [
log
] [
blame
]
#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
;