1 #ifndef SILICIUM_DYNAMIC_LIBRARY_HPP
2 #define SILICIUM_DYNAMIC_LIBRARY_HPP
7 # include <silicium/win32/win32.hpp>
16 if (!SetEnvironmentVariableW(key.
c_str(), value.
c_str()))
21 if (setenv(key.
c_str(), value.
c_str(), 1) != 0)
Definition: c_string.hpp:10
SILICIUM_USE_RESULT boost::system::error_code set_environment_variable(os_c_string key, os_c_string value)
Definition: environment_variables.hpp:13
Definition: absolute_path.hpp:19
SILICIUM_USE_RESULT char_type const * c_str() const BOOST_NOEXCEPT
Definition: c_string.hpp:45
SILICIUM_USE_RESULT boost::system::error_code get_last_error()
Definition: get_last_error.hpp:16
#define SILICIUM_USE_RESULT
Definition: config.hpp:147