mirror of
https://github.com/ziglang/zig.git
synced 2026-01-16 20:35:17 +00:00
also start prefering NtDll API. so far: * NtQueryInformationFile * NtClose adds a performance workaround for windows unicode conversion. but that should probably be removed before merging
4 lines
89 B
C
4 lines
89 B
C
#include <netinet/in.h>
|
|
|
|
const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
|