# HG changeset patch # User Matti Hamalainen # Date 1348897335 -10800 # Node ID 7ad2c6b57932e452e240c96deab10d30ac4be67e # Parent ca0e00facb7b240f451c6078471535b0c20a8ed5 This ugly trick won't work under MinGW, so disable it there. diff -r ca0e00facb7b -r 7ad2c6b57932 packed.c --- 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);