aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2024-02-15 15:52:15 -0700
committerAndrew Kelley <andrew@ziglang.org>2024-02-16 00:20:57 -0800
commit0183b44bb10751c46bd520e673726a66c027b477 (patch)
treeb3e6926ab5b21146ba1df9d4f37e70a92af7d131 /src
parent2176a73d66ecdddf9e734504d77f0c1eb9f8e2e1 (diff)
downloadzig-0183b44bb10751c46bd520e673726a66c027b477.tar.gz
zig-0183b44bb10751c46bd520e673726a66c027b477.zip
std.os.windows: add error.UnrecognizedVolume
Thanks to @matklad for finding this additional NTSTATUS possibility when calling GetFinalPathNameByHandle.
Diffstat (limited to 'src')
-rw-r--r--src/link.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/link.zig b/src/link.zig
index bdd531096e..24d47c77fb 100644
--- a/src/link.zig
+++ b/src/link.zig
@@ -543,6 +543,7 @@ pub const File = struct {
UnexpectedTable,
UnexpectedValue,
UnknownFeature,
+ UnrecognizedVolume,
Unseekable,
UnsupportedCpuArchitecture,
UnsupportedVersion,