diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-14 16:57:34 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-14 16:57:34 -0800 |
| commit | a9a63192dd77837fd3cf9fb4d04469a54f793317 (patch) | |
| tree | 7e8b4c2c19da804908033f3b739203549cea0280 /toolsrc/include | |
| parent | 444f28dd24f4bffa3e0ee450e8fbbe30340086b4 (diff) | |
| download | vcpkg-a9a63192dd77837fd3cf9fb4d04469a54f793317.tar.gz vcpkg-a9a63192dd77837fd3cf9fb4d04469a54f793317.zip | |
Function rename
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Environment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg_Environment.h b/toolsrc/include/vcpkg_Environment.h index c27ce54c2..c2d2ed7ae 100644 --- a/toolsrc/include/vcpkg_Environment.h +++ b/toolsrc/include/vcpkg_Environment.h @@ -27,5 +27,5 @@ namespace vcpkg::Environment const fs::path& get_ProgramFiles_32_bit(); - const fs::path& get_ProgramFiles_Platform_bitness(); + const fs::path& get_ProgramFiles_platform_bitness(); } |
