Skip to content

Commit b1358ea

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/uu/top/Cargo.toml

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

2626
[target.'cfg(target_os="windows")'.dependencies]
2727
windows-sys = { workspace = true, features = [
28+
"Wdk",
29+
"Wdk_System",
2830
"Win32_System_RemoteDesktop",
2931
"Win32_System_SystemInformation",
3032
] }

0 commit comments

Comments
 (0)