aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-14 16:57:34 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-14 16:57:34 -0800
commita9a63192dd77837fd3cf9fb4d04469a54f793317 (patch)
tree7e8b4c2c19da804908033f3b739203549cea0280 /toolsrc/include
parent444f28dd24f4bffa3e0ee450e8fbbe30340086b4 (diff)
downloadvcpkg-a9a63192dd77837fd3cf9fb4d04469a54f793317.tar.gz
vcpkg-a9a63192dd77837fd3cf9fb4d04469a54f793317.zip
Function rename
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_Environment.h2
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();
}