Mercurial > emacs
changeset 63112:e369bf902cfc
Update comment.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 07 Jun 2005 13:02:04 +0000 |
parents | 26cd7a1d555a |
children | 051a111cd687 |
files | src/image.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/image.c Tue Jun 07 12:56:00 2005 +0000 +++ b/src/image.c Tue Jun 07 13:02:04 2005 +0000 @@ -6265,8 +6265,8 @@ #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