Index: emacs/src/image.c
diff -c emacs/src/image.c:1.25 emacs/src/image.c:1.26
*** emacs/src/image.c:1.25      Fri May 27 13:16:05 2005
--- emacs/src/image.c   Tue Jun  7 13:02:04 2005
***************
*** 6265,6272 ****
  #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.  */
  #define __WIN32__ 1
  #endif
  
--- 6265,6272 ----
  #endif /* HAVE_STLIB_H */
  
  #if defined (HAVE_NTGUI) && !defined (__WIN32__)
! /* 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
  


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to