Enable winbase feature in winapi

This commit is contained in:
Stjepan Glavina 2020-10-04 12:44:33 +02:00
parent f4cc6e5e91
commit fbbb03d092
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ futures-lite = "1.2.0"
libc = "0.2.78"
[target.'cfg(windows)'.dev-dependencies]
winapi = "0.3.9"
winapi = { version = "0.3.9", features = ["winbase"] }