std/os/windows/ws2_32: add missing FIONBIO constant

This commit is contained in:
lithdew 2021-05-09 16:25:17 +09:00
parent 77f8a9ae22
commit 6cb6edb6f6

View File

@ -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;