From 4d0abd5841b9639c20126a5a25e2b0d4a9eb98d2 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Fri, 10 Mar 2017 15:43:54 -0800 Subject: [vcpkg] Refactor RAII registry key manipulation --- toolsrc/include/vcpkg_System.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toolsrc/include') diff --git a/toolsrc/include/vcpkg_System.h b/toolsrc/include/vcpkg_System.h index 14f39ca40..ecb98aba7 100644 --- a/toolsrc/include/vcpkg_System.h +++ b/toolsrc/include/vcpkg_System.h @@ -1,11 +1,14 @@ #pragma once +#include #include "vcpkg_Strings.h" #include "filesystem_fs.h" #include "vcpkg_optional.h" namespace vcpkg::System { + optional get_registry_string(HKEY base, const wchar_t* subkey, const wchar_t* valuename); + fs::path get_exe_path_of_current_process(); struct exit_code_and_output -- cgit v1.2.3