Skip to content

Commit e688d99

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
use direct COM APIs instead of IDispatch
1 parent 970c9fd commit e688d99

File tree

2 files changed

+54
-369
lines changed

2 files changed

+54
-369
lines changed

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,13 @@ which = { version = "8.0" }
223223
# dsc-lib
224224
ipnetwork = { version = "0.21" }
225225
# WindowsUpdate
226-
windows = { version = "0.62", features = ["Win32_Foundation", "Win32_System_Com", "Win32_System_Ole", "Win32_System_Variant"] }
226+
windows = { version = "0.62", features = [
227+
"Win32_Foundation",
228+
"Win32_System_Com",
229+
"Win32_System_Ole",
230+
"Win32_System_Variant",
231+
"Win32_System_UpdateAgent"
232+
] }
227233

228234
# build-only dependencies
229235
# dsc-lib, dsc-lib-registry, sshdconfig, tree-sitter-dscexpression, tree-sitter-ssh-server-config

0 commit comments

Comments
 (0)