From fdac666bb64a7d08db63cd2358394ee31c26206c Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 31 Jan 2008 00:31:08 +0000 Subject: [PATCH] (OTF_Tag): Be sure that it is defined in any cases. --- src/font.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/font.h b/src/font.h index 918fff8..423d976 100644 --- a/src/font.h +++ b/src/font.h @@ -287,7 +287,11 @@ extern int mfont__ft_decode_otf (MGlyph *g); #endif /* HAVE_OTF */ -#endif /* HAVE_FREETYPE */ +#else /* not HAVE_FREETYPE */ + +typedef unsigned OTF_Tag; + +#endif /* not HAVE_FREETYPE */ enum MFontOpenTypeTable { -- 1.7.10.4