Skip to content

Commit ca4a402

Browse files
committed
top: enable "Wdk" features of windows-sys
1 parent c754ccd commit ca4a402

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/uu/top/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ uu_w = { path = "../w" }
2525

2626
[target.'cfg(target_os="windows")'.dependencies]
2727
windows-sys = { workspace = true, features = [
28+
"Wdk",
29+
"Wdk_System",
30+
"Wdk_System_SystemInformation",
2831
"Win32_System_RemoteDesktop",
2932
"Win32_System_SystemInformation",
3033
] }

0 commit comments

Comments
 (0)