Skip to content

Commit

Permalink
Missing winapi feature
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Feb 24, 2020
1 parent db19dd4 commit 9528b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heim-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ nix = "0.17.0"
lazy_static = "1.3.0"

[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = ">=0.3.8", features = ["winnt", "minwindef", "libloaderapi"] }
winapi = { version = ">=0.3.8", features = ["winnt", "minwindef", "libloaderapi", "handleapi"] }

[target.'cfg(target_os = "macos")'.dependencies]
mach = "0.3.2"
Expand Down

0 comments on commit 9528b64

Please sign in to comment.