Skip to content

Commit

Permalink
fix(ext/permissions): add correct feature flags to winapi (denoland#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
rscarson committed Jun 17, 2024
1 parent 78b12a4 commit 1937681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/permissions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ serde.workspace = true
which = "4.2.5"

[target.'cfg(windows)'.dependencies]
winapi = { workspace = true, features = ["commapi", "knownfolders", "mswsock", "objbase", "psapi", "shlobj", "tlhelp32", "winbase", "winerror", "winuser", "winsock2"] }
winapi = { workspace = true, features = ["commapi", "knownfolders", "mswsock", "objbase", "psapi", "shlobj", "tlhelp32", "winbase", "winerror", "winuser", "winsock2", "processenv", "wincon", "wincontypes"] }

0 comments on commit 1937681

Please sign in to comment.