add missing errors to std.os.windows.CreateDirectoryError

This commit is contained in:
Andrew Kelley
2020-03-07 19:13:05 -05:00
parent 0720f338d4
commit 6ac76bc25e

View File

@@ -591,6 +591,8 @@ pub const CreateDirectoryError = error{
FileNotFound,
NoDevice,
AccessDenied,
InvalidUtf8,
BadPathName,
Unexpected,
};