diff options
| author | Juanma Barranquero | 2005-06-07 13:02:04 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-07 13:02:04 +0000 |
| commit | 28893db2e7f1991942fd1e667c9802f20a00e2af (patch) | |
| tree | f1b911c1bb0ad1fbadb6ab8b7a419393151e5e94 /src/image.c | |
| parent | 6d64c19123a4facc0e1189fe14b2ba330f7992f7 (diff) | |
| download | emacs-28893db2e7f1991942fd1e667c9802f20a00e2af.tar.gz emacs-28893db2e7f1991942fd1e667c9802f20a00e2af.zip | |
Update comment.
Diffstat (limited to 'src/image.c')
| -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 | ||