diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/image.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/image.c b/src/image.c index 15e835fef3b..bc88c9d1d04 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -6265,8 +6265,8 @@ jpeg_image_p (object) | |||
| 6265 | #endif /* HAVE_STLIB_H */ | 6265 | #endif /* HAVE_STLIB_H */ |
| 6266 | 6266 | ||
| 6267 | #if defined (HAVE_NTGUI) && !defined (__WIN32__) | 6267 | #if defined (HAVE_NTGUI) && !defined (__WIN32__) |
| 6268 | /* jpeglib.h will define boolean differently depending on __WIN32__, | 6268 | /* In older releases of the jpeg library, jpeglib.h will define boolean |
| 6269 | so make sure it is defined. */ | 6269 | differently depending on __WIN32__, so make sure it is defined. */ |
| 6270 | #define __WIN32__ 1 | 6270 | #define __WIN32__ 1 |
| 6271 | #endif | 6271 | #endif |
| 6272 | 6272 | ||