Better fix

This commit is contained in:
Andrei Drexler 2011-06-30 11:57:58 +00:00
parent a409f579d0
commit 256435c879

View file

@ -32,7 +32,9 @@ typedef unsigned char boolean;
/* #undef RIGHT_SHIFT_IS_UNSIGNED */ /* #undef RIGHT_SHIFT_IS_UNSIGNED */
// Makro - the code didn't compile in VC++ 2008 Express // Makro - the code didn't compile in VC++ 2008 Express
#ifndef _WIN32 #ifdef _MSC_VER
#define INLINE __forceinline
#else
#define INLINE __inline__ #define INLINE __inline__
#endif #endif
/* These are for configuring the JPEG memory manager. */ /* These are for configuring the JPEG memory manager. */