mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-12-04 01:51:48 +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
|
#endif
|
||||||
|
|
||||||
/* #undef RIGHT_SHIFT_IS_UNSIGNED */
|
/* #undef RIGHT_SHIFT_IS_UNSIGNED */
|
||||||
|
// Makro - the code didn't compile in VC++ 2008 Express
|
||||||
|
#ifndef _WIN32
|
||||||
#define INLINE __inline__
|
#define INLINE __inline__
|
||||||
|
#endif
|
||||||
/* These are for configuring the JPEG memory manager. */
|
/* These are for configuring the JPEG memory manager. */
|
||||||
/* #undef DEFAULT_MAX_MEM */
|
/* #undef DEFAULT_MAX_MEM */
|
||||||
/* #undef NO_MKTEMP */
|
/* #undef NO_MKTEMP */
|
||||||
|
|
Loading…
Reference in a new issue