]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imaglist.h
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / include / wx / imaglist.h
index 9c76fdc2e645e375b2758a30f99f34d901184014..f4468e216f9ca75abd133df219c19f4306059fbd 100644 (file)
@@ -40,7 +40,7 @@ enum
 #define wxIMAGELIST_DRAW_SELECTED       0x0004
 #define wxIMAGELIST_DRAW_FOCUSED        0x0008
 
 #define wxIMAGELIST_DRAW_SELECTED       0x0004
 #define wxIMAGELIST_DRAW_FOCUSED        0x0008
 
-#if defined(__WXMSW__) || defined(__WXMAC_CARBON__)
+#if defined(__WXMSW__) || defined(__WXMAC__)
     #define wxHAS_NATIVE_IMAGELIST
 #endif
 
     #define wxHAS_NATIVE_IMAGELIST
 #endif
 
@@ -48,7 +48,7 @@ enum
     #include "wx/generic/imaglist.h"
 #elif defined(__WXMSW__)
     #include "wx/msw/imaglist.h"
     #include "wx/generic/imaglist.h"
 #elif defined(__WXMSW__)
     #include "wx/msw/imaglist.h"
-#elif defined(__WXMAC_CARBON__)
+#elif defined(__WXMAC__)
     #include "wx/mac/imaglist.h"
 #endif
 
     #include "wx/mac/imaglist.h"
 #endif