]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/region.h
Add wxDataViewListCtrl::GetItemCount().
[wxWidgets.git] / include / wx / osx / region.h
index 8109c46c54f971c355d5d6db2811e64cbce67501..e08528207937eb0883c0329f061c5c436c86a23e 100644 (file)
@@ -1,5 +1,8 @@
-#ifdef __WXMAC_CLASSIC__
-#include "wx/osx/classic/region.h"
-#else
+#if wxOSX_USE_COCOA_OR_CARBON
 #include "wx/osx/carbon/region.h"
+#else
+#define wxRegionGeneric wxRegion
+#define wxRegionIteratorGeneric wxRegionIterator
+
+#include "wx/generic/region.h"
 #endif