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