CVS: [JS] wxWindows/src/msw menu.cpp,1.138,1.139
ABX
abx at abx.art.pl
Thu Oct 26 02:50:33 PDT 2006
anonymous at sunsite.dk:
> Using MinGW 3, no hbmpItem
What do you mean by "MinGW 3"?
Yesterday I build whole CVS with MinGW 3.2 and had no problems with it.
MinGW headers here do contain hbmpItem in form
#if (_WIN32_WINNT >= 0x0500)
HBITMAP hbmpItem;
#endif
so disabling it for MinGW as you did:
>-#ifdef MIIM_BITMAP
>+#if defined(MIIM_BITMAP) && !defined(__MINGW32__)
is too radicolous.
ABX
More information about the wx-dev
mailing list