mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 07:11:36 +00:00
VC++ 2008 Express compilation error
This commit is contained in:
parent
e4eab0cbd9
commit
7e2a215aa8
1 changed files with 3 additions and 0 deletions
|
@ -31,7 +31,10 @@ typedef unsigned char boolean;
|
|||
#endif
|
||||
|
||||
/* #undef RIGHT_SHIFT_IS_UNSIGNED */
|
||||
// Makro - the code didn't compile in VC++ 2008 Express
|
||||
#ifndef _WIN32
|
||||
#define INLINE __inline__
|
||||
#endif
|
||||
/* These are for configuring the JPEG memory manager. */
|
||||
/* #undef DEFAULT_MAX_MEM */
|
||||
/* #undef NO_MKTEMP */
|
||||
|
|
Loading…
Reference in a new issue