| ... | @@ -380,7 +380,7 @@ pub const Win32Error = enum(u16) { | ... | @@ -380,7 +380,7 @@ pub const Win32Error = enum(u16) { |
| 380 | /// The extended attributes are inconsistent. | 380 | /// The extended attributes are inconsistent. |
| 381 | EA_LIST_INCONSISTENT = 255, | 381 | EA_LIST_INCONSISTENT = 255, |
| 382 | /// The wait operation timed out. | 382 | /// The wait operation timed out. |
| 383 | IMEOUT = 258, | 383 | WAIT_TIMEOUT = 258, |
| 384 | /// No more data is available. | 384 | /// No more data is available. |
| 385 | NO_MORE_ITEMS = 259, | 385 | NO_MORE_ITEMS = 259, |
| 386 | /// The copy functions cannot be used. | 386 | /// The copy functions cannot be used. |