diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-10-21 20:58:53 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-10-21 20:58:53 -0400 |
| commit | fc6f84f3f08aca0d4e2352091cc2db2ca5779c7d (patch) | |
| tree | eff19bb866323c3403c59cdcbc99a9fa137f0cd2 /lib/std/os/windows/status.zig | |
| parent | 65165554d0c6cf39ff091ace5ab5d48106a935fd (diff) | |
| download | zig-fc6f84f3f08aca0d4e2352091cc2db2ca5779c7d.tar.gz zig-fc6f84f3f08aca0d4e2352091cc2db2ca5779c7d.zip | |
fix os.unlinkatW implementation
Diffstat (limited to 'lib/std/os/windows/status.zig')
| -rw-r--r-- | lib/std/os/windows/status.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/os/windows/status.zig b/lib/std/os/windows/status.zig index 424cae5e29..5f38948620 100644 --- a/lib/std/os/windows/status.zig +++ b/lib/std/os/windows/status.zig @@ -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; |
