aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg/base/system.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/base/system.h b/toolsrc/include/vcpkg/base/system.h
index 813d600cd..3c4326ade 100644
--- a/toolsrc/include/vcpkg/base/system.h
+++ b/toolsrc/include/vcpkg/base/system.h
@@ -36,6 +36,10 @@ namespace vcpkg::System
int cmd_execute(const CStringView cmd_line);
+#if defined(_WIN32)
+ void cmd_execute_no_wait(const CStringView cmd_line);
+#endif
+
ExitCodeAndOutput cmd_execute_and_capture_output(const CStringView cmd_line);
enum class Color