Skip to content

Commit ff2d0ab

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/uu/top/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ 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",
29-
"Win32_System_SystemInformation",
3032
] }
3133

3234

0 commit comments

Comments
 (0)