]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/uma.h
added test for __MACH__ for Mac OS X compilation
[wxWidgets.git] / include / wx / mac / uma.h
index 9338e2715d5c58ca12cd5defeda6902734bd82e2..927be963cd1ba5bed429b84970efb72caa410036 100644 (file)
@@ -16,7 +16,7 @@
 
 #define UMA_USE_8_6 0 
 
-#if __POWERPC__
+#if defined(__POWERPC__) || defined(__MACH__)
 #define UMA_USE_APPEARANCE 1
 #define UMA_USE_WINDOWMGR 1
 #else