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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user