aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-14 13:26:21 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-14 13:26:21 -0800
commit0d47ce63ed1cc5159a038de0a8446e3828b8aeeb (patch)
tree1a680c17afd3dbeece3fbd5ca37a904f7a726cbe /toolsrc/include
parentc11b2c790e0260434d057cd5fbeccd59f36732c7 (diff)
downloadvcpkg-0d47ce63ed1cc5159a038de0a8446e3828b8aeeb.tar.gz
vcpkg-0d47ce63ed1cc5159a038de0a8446e3828b8aeeb.zip
Add System::set_environmental_variable()
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_System.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_System.h b/toolsrc/include/vcpkg_System.h
index 92ceacc88..777f64bf4 100644
--- a/toolsrc/include/vcpkg_System.h
+++ b/toolsrc/include/vcpkg_System.h
@@ -93,4 +93,6 @@ namespace vcpkg::System
};
std::wstring get_environmental_variable(const wchar_t* varname) noexcept;
+
+ void set_environmental_variable(const wchar_t* varname, const wchar_t* varvalue) noexcept;
}