commit 6cb6edb6f6e6abc73ddb1765631e22a5085f2545 (tree)
parent 77f8a9ae223370d43b4c02ff30f936b41e412535
Author: lithdew <kenta@lithdew.net>
Date: Sun, 9 May 2021 16:25:17 +0900
std/os/windows/ws2_32: add missing FIONBIO constant
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/std/os/windows/ws2_32.zig b/lib/std/os/windows/ws2_32.zig
@@ -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;