]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/region.h
Initial commit for Laurent Humbertclaude's Windows slave.
[wxWidgets.git] / include / wx / region.h
index 1b1f627953efeb3a282fd2470762a33303b5ee60..38c61ccf9c95979c70bb2cb9f51c4e07149f1f7d 100644 (file)
@@ -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__)