VC++ 2008 Express compilation error

This commit is contained in:
Andrei Drexler 2011-06-30 10:17:47 +00:00
parent e4eab0cbd9
commit 7e2a215aa8

View file

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