| #define JPEG_LIB_VERSION 62 |
| #define LIBJPEG_TURBO_VERSION 2.0.6 |
| #define LIBJPEG_TURBO_VERSION_NUMBER 2000006 |
| |
| #define C_ARITH_CODING_SUPPORTED |
| #define D_ARITH_CODING_SUPPORTED |
| #define MEM_SRCDST_SUPPORTED |
| #define WITH_SIMD |
| |
| #define BITS_IN_JSAMPLE 8 |
| |
| #define HAVE_STDDEF_H |
| #define HAVE_STDLIB_H |
| #undef NEED_SYS_TYPES_H |
| #undef NEED_BSD_STRINGS |
| |
| #define HAVE_UNSIGNED_CHAR |
| #define HAVE_UNSIGNED_SHORT |
| #undef INCOMPLETE_TYPES_BROKEN |
| #undef RIGHT_SHIFT_IS_UNSIGNED |
| #undef __CHAR_UNSIGNED__ |
| |
| |
| #ifndef __RPCNDR_H__ |
| typedef unsigned char boolean; |
| #endif |
| #define HAVE_BOOLEAN |
| |
| |
| #if !(defined(_BASETSD_H_) || defined(_BASETSD_H)) |
| typedef short INT16; |
| typedef signed int INT32; |
| #endif |
| #define XMD_H |