| author | |
| committer | |
| log | eff58d6c18de66cbf0c0dbd7c3ced9ef9ffbcde6 |
| tree | 020e56cc0872c5d21617d84d5c0af43d999bf62c |
| parent | 993a83081a975464d1201597cf6f4cb7f6735284 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/windows/win32error.zig+1-1| ... | ... | @@ -380,7 +380,7 @@ pub const Win32Error = enum(u16) { |
| 380 | 380 | /// The extended attributes are inconsistent. |
| 381 | 381 | EA_LIST_INCONSISTENT = 255, |
| 382 | 382 | /// The wait operation timed out. |
| 383 | IMEOUT = 258, | |
| 383 | WAIT_TIMEOUT = 258, | |
| 384 | 384 | /// No more data is available. |
| 385 | 385 | NO_MORE_ITEMS = 259, |
| 386 | 386 | /// The copy functions cannot be used. |