| author | |
| committer | |
| log | 9ee4530b9b38805f88a1e3df4b4b74db240f05df |
| tree | acbd277156c8af559b18cffb4448327315b579d0 |
| parent | c7772dd69455f6abf0ff2594f8b049acb078c921 |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/os/windows.zig+1| ... | ... | @@ -134,6 +134,7 @@ pub fn OpenFile(sub_path_w: []const u16, options: OpenFileOptions) OpenError!HAN |
| 134 | 134 | .OBJECT_NAME_COLLISION => return error.PathAlreadyExists, |
| 135 | 135 | .FILE_IS_A_DIRECTORY => return error.IsDir, |
| 136 | 136 | .NOT_A_DIRECTORY => return error.NotDir, |
| 137 | .INVALID_HANDLE => unreachable, | |
| 137 | 138 | else => return unexpectedStatus(rc), |
| 138 | 139 | } |
| 139 | 140 | } |