mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-29 23:42:00 +00:00
Better fix
This commit is contained in:
parent
a409f579d0
commit
256435c879
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ typedef unsigned char boolean;
|
|||
|
||||
/* #undef RIGHT_SHIFT_IS_UNSIGNED */
|
||||
// Makro - the code didn't compile in VC++ 2008 Express
|
||||
#ifndef _WIN32
|
||||
#ifdef _MSC_VER
|
||||
#define INLINE __forceinline
|
||||
#else
|
||||
#define INLINE __inline__
|
||||
#endif
|
||||
/* These are for configuring the JPEG memory manager. */
|
||||
|
|
Loading…
Reference in a new issue