changeset 31:7ad2c6b57932

This ugly trick won't work under MinGW, so disable it there.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Sep 2012 08:42:15 +0300
parents ca0e00facb7b
children d1a6833a5d67
files packed.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/packed.c	Sat Sep 29 07:41:26 2012 +0300
+++ b/packed.c	Sat Sep 29 08:42:15 2012 +0300
@@ -275,7 +275,9 @@
     int i, res = 0;
     DMPackFile *pack = NULL;
 
+#ifndef __WIN32
     stderr = stdout;
+#endif
 
     // Parse arguments
     dmInitProg("packed", "Pack File Editor", "0.4", NULL, NULL);