mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
std/os/windows/ws2_32: add missing FIONBIO constant
This commit is contained in:
parent
77f8a9ae22
commit
6cb6edb6f6
@ -622,6 +622,7 @@ pub const AI_FILESERVER = 262144;
|
||||
pub const AI_DISABLE_IDN_ENCODING = 524288;
|
||||
pub const AI_EXTENDED = 2147483648;
|
||||
pub const AI_RESOLUTION_HANDLE = 1073741824;
|
||||
pub const FIONBIO = -2147195266;
|
||||
pub const ADDRINFOEX_VERSION_2 = 2;
|
||||
pub const ADDRINFOEX_VERSION_3 = 3;
|
||||
pub const ADDRINFOEX_VERSION_4 = 4;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user