mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 08:45:52 +00:00
os.windows: Fix missing correction from #18657
This commit is contained in:
parent
608d5e6fb7
commit
190ea02e0d
@ -432,7 +432,7 @@ pub fn GetQueuedCompletionStatusEx(
|
||||
.ABANDONED_WAIT_0 => error.Aborted,
|
||||
.OPERATION_ABORTED => error.Cancelled,
|
||||
.HANDLE_EOF => error.EOF,
|
||||
.IMEOUT => error.Timeout,
|
||||
.WAIT_TIMEOUT => error.Timeout,
|
||||
else => |err| unexpectedError(err),
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user