Tinderbox build fix: preprocessing directive not recognized within macro arg.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
339039581a
commit
d8a731eed4
@ -154,20 +154,20 @@ END_EVENT_TABLE()
|
||||
// implementation
|
||||
// ============================================================================
|
||||
|
||||
IMPLEMENT_WIDGETS_PAGE(ButtonWidgetsPage, _T("Button"),
|
||||
#if defined(__WXUNIVERSAL__)
|
||||
UNIVERSAL_CTRLS
|
||||
#define FAMILY_CTRLS UNIVERSAL_CTRLS
|
||||
#elif defined(__WXMSW__) || \
|
||||
defined(__WXMOTIF__) || \
|
||||
defined(__WXGTK__) || \
|
||||
defined(__WXMAC__) || \
|
||||
defined(__WXPM__) || \
|
||||
defined(__WXPALMOS__)
|
||||
NATIVE_CTRLS
|
||||
#define FAMILY_CTRLS NATIVE_CTRLS
|
||||
#else
|
||||
GENERIC_CTRLS
|
||||
#define FAMILY_CTRLS GENERIC_CTRLS
|
||||
#endif
|
||||
);
|
||||
|
||||
IMPLEMENT_WIDGETS_PAGE(ButtonWidgetsPage, _T("Button"), FAMILY_CTRLS );
|
||||
|
||||
ButtonWidgetsPage::ButtonWidgetsPage(WidgetsBookCtrl *book,
|
||||
wxImageList *imaglist)
|
||||
|
Loading…
Reference in New Issue
Block a user