diff options
Diffstat (limited to 'toolsrc/include/vcpkg_System.h')
| -rw-r--r-- | toolsrc/include/vcpkg_System.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg_System.h b/toolsrc/include/vcpkg_System.h index e4f93ad8f..d1069464b 100644 --- a/toolsrc/include/vcpkg_System.h +++ b/toolsrc/include/vcpkg_System.h @@ -9,7 +9,7 @@ namespace vcpkg::System { fs::path get_exe_path_of_current_process(); - struct exit_code_and_output + struct ExitCodeAndOutput { int exit_code; std::string output; @@ -19,7 +19,7 @@ namespace vcpkg::System int cmd_execute(const CWStringView cmd_line); - exit_code_and_output cmd_execute_and_capture_output(const CWStringView cmd_line); + ExitCodeAndOutput cmd_execute_and_capture_output(const CWStringView cmd_line); std::wstring create_powershell_script_cmd(const fs::path& script_path, const CWStringView args = L""); |
