aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_System.h
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-08-31 18:02:12 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-08-31 18:02:12 -0700
commitd86d9727f6802a5f642e550db13e97a9a2ea8a29 (patch)
tree3deb40fe10ed7ded33ca205ea0f55738dfcdc323 /toolsrc/include/vcpkg_System.h
parentf1867a8e899748673b2696de4b837f3e9d94bd69 (diff)
downloadvcpkg-d86d9727f6802a5f642e550db13e97a9a2ea8a29.tar.gz
vcpkg-d86d9727f6802a5f642e550db13e97a9a2ea8a29.zip
Function naming convention
Diffstat (limited to 'toolsrc/include/vcpkg_System.h')
-rw-r--r--toolsrc/include/vcpkg_System.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg_System.h b/toolsrc/include/vcpkg_System.h
index 9dd9ea8bd..dc57e02df 100644
--- a/toolsrc/include/vcpkg_System.h
+++ b/toolsrc/include/vcpkg_System.h
@@ -80,7 +80,7 @@ namespace vcpkg::System
std::vector<CPUArchitecture> get_supported_host_architectures();
- const fs::path& get_ProgramFiles_32_bit();
+ const fs::path& get_program_files_32_bit();
const fs::path& get_ProgramFiles_platform_bitness();
}