authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-03-07 19:13:05-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-03-07 19:13:21-05:00
log6ac76bc25e2636bd9b2f7bb2fc5710e2aef4f8ed
treed78b6d645e6b0e82c07ce00e9a15588a8fcfd125
parent0720f338d4979578498aaa86766171774230a7e9
signaturelock-open Commit is signed but in an unrecognized format.

add missing errors to std.os.windows.CreateDirectoryError


1 files changed, 2 insertions(+), 0 deletions(-)

lib/std/os/windows.zig+2
...@@ -591,6 +591,8 @@ pub const CreateDirectoryError = error{...@@ -591,6 +591,8 @@ pub const CreateDirectoryError = error{
591 FileNotFound,591 FileNotFound,
592 NoDevice,592 NoDevice,
593 AccessDenied,593 AccessDenied,
594 InvalidUtf8,
595 BadPathName,
594 Unexpected,596 Unexpected,
595};597};
596598