Sync with trunk head
[reactos.git] / dll / 3rdparty / libjpeg / jconfig.h
1 #define HAVE_PROTOTYPES
2 #define HAVE_UNSIGNED_CHAR
3
4 #define HAVE_STDDEF_H
5 #define HAVE_STDLIB_H
6
7 #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
8 typedef unsigned char boolean;
9 #endif
10 #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
11
12 #undef NEED_BSD_STRINGS
13 #undef NEED_SYS_TYPES_H
14 #undef NEED_FAR_POINTERS /* we presume a 32-bit flat memory model */
15 #undef NEED_SHORT_EXTERNAL_NAMES
16 #undef INCOMPLETE_TYPES_BROKEN
17
18 typedef long INT32;