| author | |
| committer | |
| log | 9f7c8b8b1bafe91bf5035c06f72de967a92f6a6c |
| tree | abf5527216de94491901af74441d883523481ddc |
| parent | cc381d56a6461c2aa8df8eae3d9f3ad206204ecf |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/os/windows.zig+1| ... | ... | @@ -695,6 +695,7 @@ pub fn WriteFile( |
| 695 | 695 | .LOCK_VIOLATION => return error.LockViolation, |
| 696 | 696 | .NETNAME_DELETED => return error.ConnectionResetByPeer, |
| 697 | 697 | .ACCESS_DENIED => return error.AccessDenied, |
| 698 | .WORKING_SET_QUOTA => return error.SystemResources, | |
| 698 | 699 | else => |err| return unexpectedError(err), |
| 699 | 700 | } |
| 700 | 701 | } |