]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/evtloop.h
Added wxPGProperty::SetDefaultValue(v), as a shortcut for SetAttribute(DefaultValue, v)
[wxWidgets.git] / include / wx / osx / evtloop.h
index 86509da3112f1f3de83c2b97d5dda77c43812aa6..7b1b1f5f5db73e8df5edef0c3604b5abd7f26e71 100644 (file)
@@ -10,9 +10,9 @@
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#ifdef __WXMAC_CLASSIC__
-    #error "wxEventLoop is not implemented for Classic build."
+#ifdef __WXOSX_COCOA__
+    #include "wx/osx/cocoa/evtloop.h"
 #else
-    #include "wx/mac/carbon/evtloop.h"
+    #include "wx/osx/carbon/evtloop.h"
 #endif