X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fsdk%2Finclude%2Freactos%2Flibs%2Flibjpeg%2Fjconfig.h;h=ce8ec3ad50ec2ce1ecc1b2d1815de3a73f6673ff;hp=6e7a009023e9b35e0016ae74280daa5b7aa93f0a;hb=ebf8247723f6a2e4d76a2e3ade72c71e30023200;hpb=fcaeb4d6a4f8321a476d5846f3615e9e768d34d3;ds=sidebyside diff --git a/reactos/sdk/include/reactos/libs/libjpeg/jconfig.h b/reactos/sdk/include/reactos/libs/libjpeg/jconfig.h index 6e7a009023e..ce8ec3ad50e 100644 --- a/reactos/sdk/include/reactos/libs/libjpeg/jconfig.h +++ b/reactos/sdk/include/reactos/libs/libjpeg/jconfig.h @@ -1,9 +1,16 @@ #define HAVE_PROTOTYPES #define HAVE_UNSIGNED_CHAR #define HAVE_UNSIGNED_SHORT - +/* #define void char */ +/* #define const */ +#undef CHAR_IS_UNSIGNED #define HAVE_STDDEF_H #define HAVE_STDLIB_H +#undef NEED_BSD_STRINGS +#undef NEED_SYS_TYPES_H +#undef NEED_FAR_POINTERS /* we presume a 32-bit flat memory model */ +#undef NEED_SHORT_EXTERNAL_NAMES +#undef INCOMPLETE_TYPES_BROKEN /* Define "boolean" as unsigned char, not enum, per Windows custom */ #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */ @@ -17,8 +24,9 @@ typedef unsigned char boolean; #endif #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */ -#undef NEED_BSD_STRINGS -#undef NEED_SYS_TYPES_H -#undef NEED_FAR_POINTERS /* we presume a 32-bit flat memory model */ -#undef NEED_SHORT_EXTERNAL_NAMES -#undef INCOMPLETE_TYPES_BROKEN + +#ifdef JPEG_INTERNALS + +#undef RIGHT_SHIFT_IS_UNSIGNED + +#endif /* JPEG_INTERNALS */