summaryrefslogtreecommitdiffstats
path: root/client/jpeg_decoder.cpp
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-12-30 12:09:38 +0200
committerAlon Levy <alevy@redhat.com>2010-12-30 12:16:31 +0200
commit742703f64175cc47de86599923e8986b9c835e06 (patch)
tree38f3315d36034c4a24895d9cf74fe00b52c239de /client/jpeg_decoder.cpp
parentd66c1904f984bcb1f4a5d9e24811636cdda0c2e1 (diff)
downloadspice-742703f64175cc47de86599923e8986b9c835e06.tar.gz
spice-742703f64175cc47de86599923e8986b9c835e06.tar.xz
spice-742703f64175cc47de86599923e8986b9c835e06.zip
mingw32: refix to build on mingw..
Diffstat (limited to 'client/jpeg_decoder.cpp')
-rw-r--r--client/jpeg_decoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/jpeg_decoder.cpp b/client/jpeg_decoder.cpp
index 18be6ae9..f7aba765 100644
--- a/client/jpeg_decoder.cpp
+++ b/client/jpeg_decoder.cpp
@@ -20,7 +20,7 @@
#include "debug.h"
#include "utils.h"
-#ifndef jpeg_boolean
+#if !defined(jpeg_boolean) && !defined(__MINGW32__)
#define jpeg_boolean boolean
#endif