[quake3-commits] r1674 - trunk/code/sys
    DONOTREPLY at icculus.org 
    DONOTREPLY at icculus.org
       
    Fri Oct 16 18:36:57 EDT 2009
    
    
  
Author: tma
Date: 2009-10-16 18:36:57 -0400 (Fri, 16 Oct 2009)
New Revision: 1674
Modified:
   trunk/code/sys/sys_win32.c
Log:
* Disable stdout/stderr redirection on Windows
Modified: trunk/code/sys/sys_win32.c
===================================================================
--- trunk/code/sys/sys_win32.c	2009-10-16 20:35:45 UTC (rev 1673)
+++ trunk/code/sys/sys_win32.c	2009-10-16 22:36:57 UTC (rev 1674)
@@ -650,5 +650,8 @@
 	}
 	else
 		SDL_VIDEODRIVER_externallySet = qfalse;
+
+	// Don't redirect to stdout.txt and stderr.txt
+	_putenv( "SDL_STDIO_REDIRECT=0" );
 #endif
 }
    
    
More information about the quake3-commits
mailing list