From: David Elliott Date: Fri, 9 Nov 2007 19:02:06 +0000 (+0000) Subject: Resynch with 2.8 changes (realized I don't need __WX_COMPILING_COCOA_MSGDLG_MM__) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9a6ffa74e5772c6b52435adce58ae32da11864b5?ds=inline 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 --- diff --git a/include/wx/cocoa/msgdlg.h b/include/wx/cocoa/msgdlg.h index 7b69bf6e50..1a22cb9c23 100644 --- a/include/wx/cocoa/msgdlg.h +++ b/include/wx/cocoa/msgdlg.h @@ -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