diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-08-31 18:02:12 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-08-31 18:02:12 -0700 |
| commit | d86d9727f6802a5f642e550db13e97a9a2ea8a29 (patch) | |
| tree | 3deb40fe10ed7ded33ca205ea0f55738dfcdc323 /toolsrc/include/vcpkg_System.h | |
| parent | f1867a8e899748673b2696de4b837f3e9d94bd69 (diff) | |
| download | vcpkg-d86d9727f6802a5f642e550db13e97a9a2ea8a29.tar.gz vcpkg-d86d9727f6802a5f642e550db13e97a9a2ea8a29.zip | |
Function naming convention
Diffstat (limited to 'toolsrc/include/vcpkg_System.h')
| -rw-r--r-- | toolsrc/include/vcpkg_System.h | 2 |
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(); } |
