* 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

@ -15,13 +15,13 @@
* Note that the max_memory_to_use option is ignored by this implementation.
*/
#include "../renderer/tr_local.h"
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
#include "jmemsys.h" /* import the system-dependent declarations */
#include "../renderer/tr_local.h"
/*
* Memory allocation and ri.Freeing are controlled by the regular library
* routines ri.Malloc() and ri.Free().