Windows: Support wait all subprocess finished

This commit is contained in:
2024-07-23 13:54:46 +08:00
parent fb662be70c
commit 6f9b395b0b
3 changed files with 145 additions and 1 deletions

View File

@@ -10,4 +10,4 @@ subprocess = "0.2.9"
yaml-rust = "0.4.5"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["wincon", "winuser"] }
winapi = { version = "0.3", features = ["errhandlingapi", "impl-default", "ioapiset", "jobapi2", "wincon", "winuser"] }