Skip to content

Commit

Permalink
os.windows: Fix error 258 name in Win32Error
Browse files Browse the repository at this point in the history
  • Loading branch information
der-teufel-programming authored and andrewrk committed Jan 24, 2024
1 parent 993a830 commit eff58d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/std/os/windows/win32error.zig
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit eff58d6

Please sign in to comment.