X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef0e92205a01c7d0ca6f381cc690cb5d4fa595c9..8e77fd8bca165aab9709649d79a7cbc6a172d4e1:/include/wx/osx/region.h diff --git a/include/wx/osx/region.h b/include/wx/osx/region.h index 8109c46c54..e085282079 100644 --- a/include/wx/osx/region.h +++ b/include/wx/osx/region.h @@ -1,5 +1,8 @@ -#ifdef __WXMAC_CLASSIC__ -#include "wx/osx/classic/region.h" -#else +#if wxOSX_USE_COCOA_OR_CARBON #include "wx/osx/carbon/region.h" +#else +#define wxRegionGeneric wxRegion +#define wxRegionIteratorGeneric wxRegionIterator + +#include "wx/generic/region.h" #endif