emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/image.c


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/image.c
Date: Thu, 23 Dec 2004 11:25:42 -0500

Index: emacs/src/image.c
diff -c emacs/src/image.c:1.18 emacs/src/image.c:1.19
*** emacs/src/image.c:1.18      Wed Dec  8 17:55:30 2004
--- emacs/src/image.c   Thu Dec 23 16:12:44 2004
***************
*** 6269,6274 ****
--- 6269,6280 ----
  #undef HAVE_STDLIB_H
  #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
+ 
  #include <jpeglib.h>
  #include <jerror.h>
  #include <setjmp.h>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]