fix os.unlinkatW implementation

This commit is contained in:
Andrew Kelley
2019-10-21 20:58:53 -04:00
parent 65165554d0
commit fc6f84f3f0
2 changed files with 19 additions and 4 deletions

View File

@@ -10,3 +10,4 @@ pub const OBJECT_NAME_INVALID = 0xC0000033;
pub const OBJECT_NAME_NOT_FOUND = 0xC0000034;
pub const OBJECT_PATH_NOT_FOUND = 0xC000003A;
pub const OBJECT_PATH_SYNTAX_BAD = 0xC000003B;
pub const FILE_IS_A_DIRECTORY = 0xC00000BA;