* Remove silly MINGW_CFLAGS hack
This commit is contained in:
parent
1dd785e1d2
commit
2fe29575c4
4 changed files with 11 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue