mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-30 16:01:46 +00:00
MinGW doesn't have setenv() either, so.....
This commit is contained in:
parent
d86dd71327
commit
e48b56559d
1 changed files with 3 additions and 3 deletions
|
@ -2378,7 +2378,7 @@ void Com_Setenv_f(void)
|
|||
{
|
||||
char *arg2 = Cmd_ArgsFrom(2);
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifdef _WIN32
|
||||
// windows already removes env variable if value is an empty string
|
||||
_putenv_s(arg1, arg2);
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue