]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/main.c
Merge commit '804c20949d43175179489ecbb1305752cfa17217' into garux-merge
[xonotic/netradiant.git] / tools / quake3 / q3map2 / main.c
index 139a242a0ca5fafde3bec1f9aa298b009c04e352..4e1cd3e88f25708409a09d1a7666516eed1acc5f 100644 (file)
@@ -2084,6 +2084,9 @@ int main( int argc, char **argv ){
        double start, end;
        extern qboolean werror;
 
+#ifdef WIN32
+       _setmaxstdio(2048);
+#endif
 
        /* we want consistent 'randomness' */
        srand( 0 );