os.windows: Fix missing correction from #18657
This commit is contained in:
committed by
Andrew Kelley
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),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user