]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/xpm/xpm.h
Lots of OS/2 Updates mirroring msw updates
[wxWidgets.git] / src / mac / xpm / xpm.h
index 1680f6363ac2fa2a673760a760858d0107042725..c64a22776c2dcf092cfee654f984b9868606064e 100644 (file)
@@ -79,7 +79,7 @@
 #define SET_ZERO_PIXEL(a) { (a)  = 0 }
 #define SET_WHITE_PIXEL(a) { (a)  = 0 }
 #  include "amigax.h"
-#elif macintosh
+#elif defined(macintosh) || defined(__APPLE__)
 #define IS_EQUAL_PIXEL( a , b ) ( (a).red == (b).red && (a).green == (b).green && (a).blue == (b).blue )
 #define IS_ZERO_PIXEL(a) (!(a).red && !(a).green && !(a).blue )
 #define SET_ZERO_PIXEL(a) { (a).red = 0 ; (a).green = 0 ;(a).blue = 0 ;}