X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..54590cb07847ca447411e8aefba0b01ccc24be22:/include/wx/region.h diff --git a/include/wx/region.h b/include/wx/region.h index 1b1f627953..38c61ccf9c 100644 --- a/include/wx/region.h +++ b/include/wx/region.h @@ -183,7 +183,7 @@ protected: // ports with Combine() in this class #if defined(__WXPALMOS__) || \ defined(__WXMSW__) || \ - defined(__WXMAC__) || \ + ( defined(__WXMAC__) && wxOSX_USE_CARBON ) || \ defined(__WXPM__) #define wxHAS_REGION_COMBINE @@ -228,7 +228,7 @@ protected: #elif defined(__WXDFB__) #include "wx/dfb/region.h" #elif defined(__WXMAC__) - #include "wx/mac/region.h" + #include "wx/osx/region.h" #elif defined(__WXCOCOA__) #include "wx/cocoa/region.h" #elif defined(__WXPM__)