Nitpick, define BITMAPV5HEADER also for w32api < 3.x. Not that I know

if gdk/win32 will compile with such an old beast.


svn path=/branches/gtk-2-10/; revision=17257
This commit is contained in:
Tor Lillqvist
2007-02-04 00:31:20 +00:00
parent 2c35024fd8
commit bfc9c99ce0

View 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;