2009-02-09 09:01:19 +00:00
|
|
|
#if wxOSX_USE_COCOA_OR_CARBON
|
2008-06-11 19:17:41 +00:00
|
|
|
#include "wx/osx/carbon/region.h"
|
2008-07-29 20:23:22 +00:00
|
|
|
#else
|
|
|
|
#define wxRegionGeneric wxRegion
|
|
|
|
#define wxRegionIteratorGeneric wxRegionIterator
|
|
|
|
|
|
|
|
#include "wx/generic/region.h"
|
2008-06-11 16:30:48 +00:00
|
|
|
#endif
|