mirror of
https://github.com/ziglang/zig.git
synced 2024-11-28 08:02:32 +00:00
os.windows: Fix error 258 name in Win32Error
This commit is contained in:
parent
993a83081a
commit
eff58d6c18
@ -380,7 +380,7 @@ pub const Win32Error = enum(u16) {
|
||||
/// The extended attributes are inconsistent.
|
||||
EA_LIST_INCONSISTENT = 255,
|
||||
/// The wait operation timed out.
|
||||
IMEOUT = 258,
|
||||
WAIT_TIMEOUT = 258,
|
||||
/// No more data is available.
|
||||
NO_MORE_ITEMS = 259,
|
||||
/// The copy functions cannot be used.
|
||||
|
Loading…
Reference in New Issue
Block a user