Using MinGW 3, no hbmpItem

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-10-26 09:05:02 +00:00
parent e27e3a51b0
commit 3c1669aaa3

View File

@@ -416,7 +416,7 @@ bool wxMenu::DoInsertOrAppend(wxMenuItem *pItem, size_t pos)
// while our owner-drawn code is not
// first compile-time check
#ifdef MIIM_BITMAP
#if defined(MIIM_BITMAP) && !defined(__MINGW32__)
WinStruct<MENUITEMINFO> mii;
// now run-time one: MIIM_BITMAP only works under WinME/2000+