From: YAMAMOTO Mitsuharu Date: Wed, 28 Jun 2006 08:30:32 +0000 (+0000) Subject: (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1. X-Git-Tag: emacs-pretest-22.0.90~1814 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc0e84127000d1743cd22eda6602c75e3994c035;p=emacs.git (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1. --- 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