]> code.delx.au - gnu-emacs/commitdiff
Update comment.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 7 Jun 2005 13:02:04 +0000 (13:02 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 7 Jun 2005 13:02:04 +0000 (13:02 +0000)
src/image.c

index 15e835fef3badfb66864d8ab105ea4eced2d8451..bc88c9d1d041e70a701b53e579ed04fd360c931d 100644 (file)
@@ -6265,8 +6265,8 @@ jpeg_image_p (object)
 #endif /* HAVE_STLIB_H */
 
 #if defined (HAVE_NTGUI) && !defined (__WIN32__)
-/* jpeglib.h will define boolean differently depending on __WIN32__,
-   so make sure it is defined.  */
+/* In older releases of the jpeg library, jpeglib.h will define boolean
+   differently depending on __WIN32__, so make sure it is defined.  */
 #define __WIN32__ 1
 #endif