]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/features.h
Add missing SWAP macros for 64-bit signed int
[wxWidgets.git] / include / wx / features.h
index 9dc0e83b03e36959eecf953859d0f91c0eba5415..c604c0bc594cb8a568cc53fa36126ff4cf98f0e1 100644 (file)
@@ -35,7 +35,7 @@
 /*  taskbar is implemented in the major ports */
 #if defined(__WXMSW__) || defined(__WXCOCOA__) \
     || defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXX11__) \
-    || defined(__WXMAC_OSX__) || defined(__WXCOCOA__)
+    || defined(__WXOSX_MAC__) || defined(__WXCOCOA__)
     #define wxHAS_TASK_BAR_ICON
 #else
     #undef wxUSE_TASKBARICON
     #define wxHAS_RAW_BITMAP
 #endif
 
-/* deprecated synonym which exists for compatibility only */
-#define wxHAVE_RAW_BITMAP wxHAS_RAW_BITMAP
+/* also define deprecated synonym which exists for compatibility only */
+#ifdef wxHAS_RAW_BITMAP
+    #define wxHAVE_RAW_BITMAP
+#endif
 
 #endif /*  _WX_FEATURES_H_ */