| author | |
| committer | |
| log | f839d34baa8213048a1f073a38bf9b54af74711d |
| tree | 11aa86508dcd191208de36c6b50569efd1bbe15e |
| parent | 95a5f6bf2dd822d4a67bef0fda3074dabea2d8c2 |
Fixes #55331 files changed, 1 insertions(+), 0 deletions(-)
lib/std/os/windows.zig+1| ... | ... | @@ -182,6 +182,7 @@ pub fn OpenFile(sub_path_w: []const u16, options: OpenFileOptions) OpenError!HAN |
| 182 | 182 | .PIPE_BUSY => return error.PipeBusy, |
| 183 | 183 | .OBJECT_PATH_SYNTAX_BAD => unreachable, |
| 184 | 184 | .OBJECT_NAME_COLLISION => return error.PathAlreadyExists, |
| 185 | .FILE_IS_A_DIRECTORY => return error.IsDir, | |
| 185 | 186 | else => return unexpectedStatus(rc), |
| 186 | 187 | } |
| 187 | 188 | } |