region.h 191 B

12345678
  1. #if wxOSX_USE_COCOA_OR_CARBON
  2. #include "wx/osx/carbon/region.h"
  3. #else
  4. #define wxRegionGeneric wxRegion
  5. #define wxRegionIteratorGeneric wxRegionIterator
  6. #include "wx/generic/region.h"
  7. #endif