From bc0e84127000d1743cd22eda6602c75e3994c035 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Wed, 28 Jun 2006 08:30:32 +0000 Subject: [PATCH] (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1. --- src/macgui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macgui.h b/src/macgui.h index a93131e565e..1ea53af59be 100644 --- a/src/macgui.h +++ b/src/macgui.h @@ -112,7 +112,7 @@ typedef unsigned long Time; /* 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 -- 2.39.2