aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-14 16:23:02 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-14 16:23:02 -0800
commita7c5063d4d08c44c100eb62726ef31a95c1e5121 (patch)
treed28f395ceeea5bc16a48e4b1cb582ab852b2c948 /toolsrc/include
parentb882f365e9aebf95c07c8667e38ae2730931f74e (diff)
downloadvcpkg-a7c5063d4d08c44c100eb62726ef31a95c1e5121.tar.gz
vcpkg-a7c5063d4d08c44c100eb62726ef31a95c1e5121.zip
Add functions to find the Program Files folders on the C++ side. Resolves #606
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_Environment.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_Environment.h b/toolsrc/include/vcpkg_Environment.h
index e4dd47472..c27ce54c2 100644
--- a/toolsrc/include/vcpkg_Environment.h
+++ b/toolsrc/include/vcpkg_Environment.h
@@ -24,4 +24,8 @@ namespace vcpkg::Environment
};
const vcvarsall_and_platform_toolset& get_vcvarsall_bat(const vcpkg_paths& paths);
+
+ const fs::path& get_ProgramFiles_32_bit();
+
+ const fs::path& get_ProgramFiles_Platform_bitness();
}