Skip to content

Commit 8e1bd8f

Browse files
committed
fix(build): enable windows path APIs
Enable the windows-sys storage filesystem feature so GetLongPathNameW is available in Windows release builds. Agent: codex
1 parent 2a02096 commit 8e1bd8f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rust/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ nix = { version = "0.29", features = ["signal", "process"] }
111111
libc = "0.2"
112112
windows-sys = { version = "0.59", features = [
113113
"Win32_Foundation",
114+
"Win32_Storage_FileSystem",
114115
"Win32_System_Threading",
115116
"Win32_UI_Shell",
116117
] }

0 commit comments

Comments
 (0)