]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 22 Oct 2012 17:39:42 +0000 (17:39 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 22 Oct 2012 17:39:42 +0000 (17:39 +0000)
MagickCore/type.c

index cc95436a22799201ab3b62887bb8eb9a5b1acd4d..c555837e3652130167bc7f9f6f328df63939c79d 100644 (file)
@@ -622,6 +622,10 @@ MagickExport char **GetTypeList(const char *pattern,size_t *number_fonts,
 MagickExport MagickBooleanType LoadFontConfigFonts(SplayTreeInfo *type_list,
   ExceptionInfo *exception)
 {
+#if !defined(FC_FULLNAME)
+#define FC_FULLNAME "fullname"
+#endif
+
   char
     extension[MaxTextExtent],
     name[MaxTextExtent];