From 03a038cb8656ef70b86b215511d15bb8b956c207 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Fri, 29 Jun 2018 02:14:30 -0700 Subject: [vcpkg] Improve metrics performance on Windows --- toolsrc/include/vcpkg/base/system.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolsrc/include') 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 -- cgit v1.2.3