2008-07-29 16:23:22 -04:00
|
|
|
#if wxOSX_USE_CARBON
|
2008-06-11 15:17:41 -04:00
|
|
|
#include "wx/osx/carbon/region.h"
|
2008-07-29 16:23:22 -04:00
|
|
|
#else
|
|
|
|
#define wxRegionGeneric wxRegion
|
|
|
|
#define wxRegionIteratorGeneric wxRegionIterator
|
|
|
|
|
|
|
|
#include "wx/generic/region.h"
|
2008-06-11 12:30:48 -04:00
|
|
|
#endif
|