* Disable stdout/stderr redirection on Windows

This commit is contained in:
Tim Angus 2009-10-16 22:36:57 +00:00
parent b383ad18bc
commit 504bd58b90

View file

@ -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
}