Fix:graphics_win32:Restored mingw32ce compatibility
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 1 Oct 2011 08:08:13 +0000 (08:08 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 1 Oct 2011 08:08:13 +0000 (08:08 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4821 ffa7fe5e-494d-0410-b361-a75ebd5db220

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;