Better fix

This commit is contained in:
Andrei Drexler 2011-06-30 11:57:58 +00:00
parent a409f579d0
commit 256435c879
1 changed files with 3 additions and 1 deletions

View File

@ -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. */