]> git.saurik.com Git - wxWidgets.git/blob - include/wx/osx/region.h
fix WinCE compilation after tbar95.h ->t oolbar.h renaming (#10197)
[wxWidgets.git] / include / wx / osx / region.h
1 #if wxOSX_USE_CARBON
2 #include "wx/osx/carbon/region.h"
3 #else
4 #define wxRegionGeneric wxRegion
5 #define wxRegionIteratorGeneric wxRegionIterator
6
7 #include "wx/generic/region.h"
8 #endif