comparison packed.c @ 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 32250b436bca
children 23e03defa759
comparison
equal deleted inserted replaced
30:ca0e00facb7b 31:7ad2c6b57932
273 int main(int argc, char *argv[]) 273 int main(int argc, char *argv[])
274 { 274 {
275 int i, res = 0; 275 int i, res = 0;
276 DMPackFile *pack = NULL; 276 DMPackFile *pack = NULL;
277 277
278 #ifndef __WIN32
278 stderr = stdout; 279 stderr = stdout;
280 #endif
279 281
280 // Parse arguments 282 // Parse arguments
281 dmInitProg("packed", "Pack File Editor", "0.4", NULL, NULL); 283 dmInitProg("packed", "Pack File Editor", "0.4", NULL, NULL);
282 dmVerbosity = 1; 284 dmVerbosity = 1;
283 285