* Disable stdout/stderr redirection on Windows
This commit is contained in:
parent
b383ad18bc
commit
504bd58b90
1 changed files with 3 additions and 0 deletions
|
@ -650,5 +650,8 @@ void Sys_PlatformInit( void )
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
SDL_VIDEODRIVER_externallySet = qfalse;
|
SDL_VIDEODRIVER_externallySet = qfalse;
|
||||||
|
|
||||||
|
// Don't redirect to stdout.txt and stderr.txt
|
||||||
|
_putenv( "SDL_STDIO_REDIRECT=0" );
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue