]> Pileus Git - ~andy/gtk/commitdiff
Nitpick. Define BITMAPV5HEADERS also for w32api < 3.0, although I have
authorTor Lillqvist <tml@src.gnome.org>
Sun, 4 Feb 2007 00:32:52 +0000 (00:32 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 4 Feb 2007 00:32:52 +0000 (00:32 +0000)
no idea whether gdk/win32 would build with such an old beast.

svn path=/trunk/; revision=17258

gdk/win32/gdkcursor-win32.c

index 28151f93c32698bdae958601673d8141b20cf31f..da726e6198e39fc12012177f5539c76bfb9772c7 100644 (file)
@@ -31,7 +31,7 @@
 
 #include "xcursors.h"
 
-#if (defined(__MINGW32__) && __W32API_MAJOR_VERSION <= 3 && __W32API_MINOR_VERSION < 8) || (defined(_MSC_VER) && (WINVER < 0x0500))
+#if (defined(__MINGW32__) && (__W32API_MAJOR_VERSION < 3 || (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION < 8))) || (defined(_MSC_VER) && (WINVER < 0x0500))
 typedef struct { 
   DWORD        bV5Size; 
   LONG         bV5Width;