aboutsummaryrefslogtreecommitdiff
path: root/freetype/builds/mac/ftmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'freetype/builds/mac/ftmac.c')
-rw-r--r--freetype/builds/mac/ftmac.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/freetype/builds/mac/ftmac.c b/freetype/builds/mac/ftmac.c
index fd2df358d..ec7a704fc 100644
--- a/freetype/builds/mac/ftmac.c
+++ b/freetype/builds/mac/ftmac.c
@@ -171,6 +171,7 @@ typedef short ResourceIndex;
#define PREFER_LWFN 1
#endif
+#ifdef FT_MACINTOSH
#if !HAVE_QUICKDRAW_CARBON /* QuickDraw is deprecated since Mac OS X 10.4 */
@@ -1527,5 +1528,7 @@ typedef short ResourceIndex;
}
+#endif /* FT_MACINTOSH */
+
/* END */