Fix:graphics_win32:Restored mingw32ce compatibility
[profile/ivi/navit.git] / navit / navit / graphics / win32 / graphics_win32.c
index 1979d9d..a84aa47 100644 (file)
@@ -26,7 +26,7 @@
 
 //#define FAST_TRANSPARENCY 1
 
-#if defined(_WIN32_WCE) && _WIN32_WCE < 0x500
+#if defined(_WIN32_WCE) && _WIN32_WCE < 0x500 && !defined(__MINGW32CE__)
 
 typedef struct {
                int BlendOp;