diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-14 13:21:30 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-14 13:21:30 -0800 |
| commit | c11b2c790e0260434d057cd5fbeccd59f36732c7 (patch) | |
| tree | 170c5bfcb655374356d32525442c08fc8de6d751 /toolsrc/src/vcpkg_System.cpp | |
| parent | 8aa82bb8957cb5b76ad1d1209cf675b2eba7401d (diff) | |
| download | vcpkg-c11b2c790e0260434d057cd5fbeccd59f36732c7.tar.gz vcpkg-c11b2c790e0260434d057cd5fbeccd59f36732c7.zip | |
Rename wdupenv_str to get_environmental_variable()
Diffstat (limited to 'toolsrc/src/vcpkg_System.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg_System.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkg_System.cpp b/toolsrc/src/vcpkg_System.cpp index 754a26741..1d9f8e696 100644 --- a/toolsrc/src/vcpkg_System.cpp +++ b/toolsrc/src/vcpkg_System.cpp @@ -73,7 +73,7 @@ namespace vcpkg::System std::cout << "\n"; } - std::wstring wdupenv_str(const wchar_t* varname) noexcept + std::wstring get_environmental_variable(const wchar_t* varname) noexcept { std::wstring ret; wchar_t* buffer; |
