diff src/macgui.h @ 71503:fa67beba36e1

(USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 28 Jun 2006 08:30:32 +0000
parents cd3f4a38aae5
children 979156e19838 138ce2701550
line wrap: on
line diff
--- a/src/macgui.h	Wed Jun 28 08:30:16 2006 +0000
+++ b/src/macgui.h	Wed Jun 28 08:30:32 2006 +0000
@@ -112,7 +112,7 @@
 
 /* Whether to use Text Services Manager.  */
 #ifndef USE_MAC_TSM
-#ifdef MAC_OSX
+#if TARGET_API_MAC_CARBON
 #define USE_MAC_TSM 1
 #endif
 #endif