Resynch with 2.8 changes (realized I don't need __WX_COMPILING_COCOA_MSGDLG_MM__)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e5633f9a1f
commit
9a6ffa74e5
@ -25,10 +25,11 @@ DECLARE_WXCOCOA_OBJC_CLASS(NSAlert);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(__WX_COMPILING_COCOA_MSGDLG_MM__) || wxUSE_COCOA_NATIVE_MSGDLG
|
||||
#include "wx/generic/msgdlgg.h"
|
||||
|
||||
#if wxUSE_COCOA_NATIVE_MSGDLG
|
||||
#define wxMessageDialog wxCocoaMessageDialog
|
||||
#else
|
||||
#include "wx/generic/msgdlgg.h"
|
||||
#define wxMessageDialog wxGenericMessageDialog
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user