[wx-dev] Re: CVS: [JS] wxWindows/src/msw menu.cpp,1.138,1.139
ABX
abx at abx.art.pl
Thu Oct 26 03:27:32 PDT 2006
Julian Smart <julian at anthemion.co.uk>:
> This is MinGW 3.1.0-1, with gcc 3.2.3.
> Hm, strange; anyway the compiler sad that hbmpItem wasn't in
> WinStruct<MENUITEMINFO>. So I guess I am using a slightly older w32api
> and they fixed it later. My w32api.h has __W32API_VERSION = 2.4, so
> perhaps we can test for greater than 2.4?
I have copy of MinGW 3.1.0-1 and it has hmbpItem in exactly the same wrapper
too so the only check applicable sems the same as in win32api headers. Could
you please test whether
#if defined(MIIM_BITMAP) && (_WIN32_WINNT >= 0x0500)
works for you?
ABX
More information about the wx-dev
mailing list