|
@ -30,7 +30,11 @@ typedef unsigned char boolean; |
|
|
#ifdef JPEG_INTERNALS |
|
|
#ifdef JPEG_INTERNALS |
|
|
|
|
|
|
|
|
/* #undef RIGHT_SHIFT_IS_UNSIGNED */ |
|
|
/* #undef RIGHT_SHIFT_IS_UNSIGNED */ |
|
|
|
|
|
#ifdef WIN32 |
|
|
|
|
|
#define INLINE |
|
|
|
|
|
#else |
|
|
#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 */ |
|
|