| author | |
| committer | |
| log | 8717453208bd1f32258d0cf5cdc41e76c0a3dbeb |
| tree | 1edf59d8543fb46744e7c05a65a24d4844efea00 |
| parent | 8a5f8342405c2877dfe87bb235b6925a548b5f18 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/os/windows.zig+1| ... | ... | @@ -687,6 +687,7 @@ pub fn WriteFile( |
| 687 | 687 | .INVALID_HANDLE => return error.NotOpenForWriting, |
| 688 | 688 | .LOCK_VIOLATION => return error.LockViolation, |
| 689 | 689 | .NETNAME_DELETED => return error.ConnectionResetByPeer, |
| 690 | .WORKING_SET_QUOTA => return error.SystemResources, | |
| 690 | 691 | else => |err| return unexpectedError(err), |
| 691 | 692 | } |
| 692 | 693 | } |