mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fix(ext/permissions): add correct feature flags to winapi (#24218)
This commit is contained in:
parent
330896458d
commit
e92d44fbff
1 changed files with 1 additions and 1 deletions
|
@ -24,4 +24,4 @@ serde.workspace = true
|
||||||
which = "4.2.5"
|
which = "4.2.5"
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[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"] }
|
||||||
|
|
Loading…
Reference in a new issue