aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_System.h
diff options
context:
space:
mode:
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 c9195163c..92ceacc88 100644
--- a/toolsrc/include/vcpkg_System.h
+++ b/toolsrc/include/vcpkg_System.h
@@ -92,5 +92,5 @@ namespace vcpkg::System
double microseconds() const;
};
- std::wstring wdupenv_str(const wchar_t* varname) noexcept;
+ std::wstring get_environmental_variable(const wchar_t* varname) noexcept;
}