Add missing Win32_Foundation feature (#5134)

This is necessary for the `wasmtime-runtime` crate to compile on Windows.
This commit is contained in:
Christopher Serr
2022-10-26 22:42:31 +02:00
committed by GitHub
parent e079195322
commit 9a8a710d8b

View File

@@ -36,6 +36,7 @@ rustix = { workspace = true, features = ["mm"] }
[target.'cfg(target_os = "windows")'.dependencies.windows-sys] [target.'cfg(target_os = "windows")'.dependencies.windows-sys]
workspace = true workspace = true
features = [ features = [
"Win32_Foundation",
"Win32_System_Kernel", "Win32_System_Kernel",
"Win32_System_Memory", "Win32_System_Memory",
"Win32_System_Diagnostics_Debug", "Win32_System_Diagnostics_Debug",