changeset 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 bc8eb38224c5
children 2b4e59cd1121
files src/macgui.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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