mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
7 lines
231 B
C
Vendored
7 lines
231 B
C
Vendored
#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;
|