X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/10c1758c0b2d29b3e1fb8e3ffe5c5dc262f25217..e35ae98e41ee3c7b511aa351455683aff26fc3cd:/src/macgui.h diff --git a/src/macgui.h b/src/macgui.h index 90688e5703..01f5317aad 100644 --- a/src/macgui.h +++ b/src/macgui.h @@ -114,7 +114,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