summaryrefslogtreecommitdiffstats
path: root/gtk/decode-jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/decode-jpeg.c')
-rw-r--r--gtk/decode-jpeg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/decode-jpeg.c b/gtk/decode-jpeg.c
index e4898c7..85976d0 100644
--- a/gtk/decode-jpeg.c
+++ b/gtk/decode-jpeg.c
@@ -20,12 +20,12 @@
#ifdef WIN32
/* We need some hacks to avoid warnings from the jpeg headers, ex: */
/* #define HAVE_BOOLEAN */
-/* #define XMD_H */
+#define XMD_H
/* #undef FAR */
/* but they are not compatible: uchar vs int........!@@(#$$??!@! */
/* fix this with UGLY HACK! */
-#define boolean spice_jpeg_boolean
-#define INT32 spice_jpeg_int32
+/* #define boolean spice_jpeg_boolean */
+/* #define INT32 spice_jpeg_int32 */
#endif
#include <stdio.h>