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:
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
#include "xcursors.h"
|
#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 {
|
typedef struct {
|
||||||
DWORD bV5Size;
|
DWORD bV5Size;
|
||||||
LONG bV5Width;
|
LONG bV5Width;
|
||||||
|
Reference in New Issue
Block a user