diff options
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/image.c b/src/image.c index 18ffc2db3a4..6a86708a9d7 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -6269,6 +6269,12 @@ jpeg_image_p (object) | |||
| 6269 | #undef HAVE_STDLIB_H | 6269 | #undef HAVE_STDLIB_H |
| 6270 | #endif /* HAVE_STLIB_H */ | 6270 | #endif /* HAVE_STLIB_H */ |
| 6271 | 6271 | ||
| 6272 | #if defined (HAVE_NTGUI) && !defined (__WIN32__) | ||
| 6273 | /* jpeglib.h will define boolean differently depending on __WIN32__, | ||
| 6274 | so make sure it is defined. */ | ||
| 6275 | #define __WIN32__ 1 | ||
| 6276 | #endif | ||
| 6277 | |||
| 6272 | #include <jpeglib.h> | 6278 | #include <jpeglib.h> |
| 6273 | #include <jerror.h> | 6279 | #include <jerror.h> |
| 6274 | #include <setjmp.h> | 6280 | #include <setjmp.h> |