Nitpick. Define BITMAPV5HEADERS also for w32api < 3.0, although I have

no idea whether gdk/win32 would build with such an old beast.


svn path=/trunk/; revision=17258
This commit is contained in:
Tor Lillqvist 2007-02-04 00:32:52 +00:00
parent e11c63d517
commit bc9c5d2a9f

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;