* Disable stdout/stderr redirection on Windows
This commit is contained in:
parent
b383ad18bc
commit
504bd58b90
|
|
@ -650,5 +650,8 @@ void Sys_PlatformInit( void )
|
|||
}
|
||||
else
|
||||
SDL_VIDEODRIVER_externallySet = qfalse;
|
||||
|
||||
// Don't redirect to stdout.txt and stderr.txt
|
||||
_putenv( "SDL_STDIO_REDIRECT=0" );
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user