* Remove silly MINGW_CFLAGS hack

This commit is contained in:
Tim Angus 2007-06-02 19:56:43 +00:00
parent 1dd785e1d2
commit 2fe29575c4
4 changed files with 11 additions and 15 deletions

View file

@ -13,14 +13,14 @@
* These routines are used by both the compression and decompression code.
*/
#include "../renderer/tr_local.h"
/* this is not a core library module, so it doesn't define JPEG_INTERNALS */
#include "jinclude.h"
#include "jpeglib.h"
#include "jversion.h"
#include "jerror.h"
#include "../renderer/tr_local.h"
#ifndef EXIT_FAILURE /* define exit() codes if not provided */
#define EXIT_FAILURE 1
#endif