wxMenuItem::GetLabelFromText() added/documented, bug in wxMenu::FindItem() fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -369,11 +369,7 @@ public:
|
||||
#elif defined(__WXMSW__) && defined(WXUSINGDLL)
|
||||
// NT defines APIENTRY, 3.x not
|
||||
#if !defined(WXAPIENTRY)
|
||||
#ifdef __WATCOMC__
|
||||
#define WXAPIENTRY PASCAL
|
||||
#else
|
||||
#define WXAPIENTRY FAR PASCAL
|
||||
#endif
|
||||
#define WXAPIENTRY FAR wxSTDCALL
|
||||
#endif
|
||||
|
||||
#define IMPLEMENT_WXWIN_MAIN \
|
||||
|
Reference in New Issue
Block a user