compilation fixes for wxUSE_MSGDLG==0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1742,16 +1742,6 @@
|
||||
# endif
|
||||
#endif /* !wxUSE_IMAGLIST */
|
||||
|
||||
#if !wxUSE_MSGDLG
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
/* FIXME: should compile without it, of course, but doesn't */
|
||||
# error "wxMessageBox is always needed"
|
||||
# else
|
||||
# undef wxUSE_MSGDLG
|
||||
# define wxUSE_MSGDLG 1
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if wxUSE_RADIOBOX
|
||||
# if !wxUSE_RADIOBTN
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
|
Reference in New Issue
Block a user