issue #2345: fix mac crash due to libjpeg

This commit is contained in:
boyu0 2013-08-07 11:59:52 +08:00
parent a9d26d3fdc
commit d61d3d1a24
4 changed files with 6 additions and 2 deletions

View File

@ -19,10 +19,12 @@
/* #undef INCOMPLETE_TYPES_BROKEN */
/* Define "boolean" as unsigned char, not int, on Windows systems. */
//#ifdef _WIN32
#ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
typedef unsigned char boolean;
#endif
#define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
//#endif
#ifdef JPEG_INTERNALS

View File

@ -1 +1 @@
9e3629f0bc6e96d4af5aea9a20446e4f9b5ca6d0
39c4d5970691b3a3ca47be0f7d2a0b5c72e9e2ee

View File

@ -19,10 +19,12 @@
/* #undef INCOMPLETE_TYPES_BROKEN */
/* Define "boolean" as unsigned char, not int, on Windows systems. */
//#ifdef _WIN32
#ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
typedef unsigned char boolean;
#endif
#define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
//#endif
#ifdef JPEG_INTERNALS

View File

@ -1 +1 @@
31b08ad941b4c313ae9996e4ba8bee4837f8bccb
fc2d13f253f62b28ad1d37a4a24da1e977acba20