aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2012-10-08 11:19:20 +0200
committerEli Zaretskii2012-10-08 11:19:20 +0200
commit2ae3a8a712890fa8dd4223c4c68a9fe88b42a5c5 (patch)
tree3e396413b56355cb260cb2b429ec224db18c8dfd /src
parent7148eba270e9c521cf6423fdc94b8c86ff604964 (diff)
downloademacs-2ae3a8a712890fa8dd4223c4c68a9fe88b42a5c5.tar.gz
emacs-2ae3a8a712890fa8dd4223c4c68a9fe88b42a5c5.zip
Temporary fix for changes in 2012-10-08T08:23:13Z!dancol@dancol.org.
Diffstat (limited to 'src')
-rw-r--r--src/image.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/image.c b/src/image.c
index 6fc459f0bbc..8139979bda9 100644
--- a/src/image.c
+++ b/src/image.c
@@ -3240,13 +3240,13 @@ init_xpm_functions (void)
3240 3240
3241#endif /* WINDOWSNT */ 3241#endif /* WINDOWSNT */
3242 3242
3243#ifdef HAVE_NTGUI 3243#if defined (HAVE_NTGUI) && !defined (WINDOWSNT)
3244/* Glue for code below */ 3244/* Glue for code below */
3245#define fn_XpmReadFileToImage XpmReadFileToImage 3245#define fn_XpmReadFileToImage XpmReadFileToImage
3246#define fn_XpmCreateImageFromBuffer XpmCreateImageFromBuffer 3246#define fn_XpmCreateImageFromBuffer XpmCreateImageFromBuffer
3247#define fn_XImageFree XImageFree 3247#define fn_XImageFree XImageFree
3248#define fn_XpmFreeAttributes XpmFreeAttributes 3248#define fn_XpmFreeAttributes XpmFreeAttributes
3249#endif /* HAVE_NTGUI */ 3249#endif /* HAVE_NTGUI && !WINDOWSNT */
3250 3250
3251/* Value is true if COLOR_SYMBOLS is a valid color symbols list 3251/* Value is true if COLOR_SYMBOLS is a valid color symbols list
3252 for XPM images. Such a list must consist of conses whose car and 3252 for XPM images. Such a list must consist of conses whose car and
@@ -6061,9 +6061,11 @@ jpeg_image_p (Lisp_Object object)
6061#define __WIN32__ 1 6061#define __WIN32__ 1
6062#endif 6062#endif
6063 6063
6064#if 0 /* FIXME */
6064/* Work around conflict between jpeg boolean and rpcndr.h 6065/* Work around conflict between jpeg boolean and rpcndr.h
6065 under Windows. */ 6066 under Windows. */
6066#define boolean jpeg_boolean 6067#define boolean jpeg_boolean
6068#endif
6067#include <jpeglib.h> 6069#include <jpeglib.h>
6068#include <jerror.h> 6070#include <jerror.h>
6069 6071