]> git.saurik.com Git - wxWidgets.git/commitdiff
Resynch with 2.8 changes (realized I don't need __WX_COMPILING_COCOA_MSGDLG_MM__)
authorDavid Elliott <dfe@tgwbd.org>
Fri, 9 Nov 2007 19:02:06 +0000 (19:02 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Fri, 9 Nov 2007 19:02:06 +0000 (19:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/cocoa/msgdlg.h

index 7b69bf6e5037e5785fac1e8d03388d5d1ddb643d..1a22cb9c2320232c58b0cb0fa91c07f5440f556e 100644 (file)
@@ -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