X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef0e92205a01c7d0ca6f381cc690cb5d4fa595c9..77c8efc8c37da6d6a5e2e8022d21d1cd7d76371d:/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