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