]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/uma.h
another compilation fix
[wxWidgets.git] / include / wx / mac / uma.h
index ddaba6ed301912b40492632a6965b48cc239e350..927be963cd1ba5bed429b84970efb72caa410036 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     03/02/99
 // RCS-ID:      $Id: 
 // Copyright:   (c) Stefan Csomor
-// Licence:    LGPL licence
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef H_UMA
@@ -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