From 37a4eca2752150fbcdd0b760a55a6b29557f1ec8 Mon Sep 17 00:00:00 2001 From: Denis Charmet Date: Thu, 30 Sep 2010 20:37:10 +0200 Subject: [PATCH] fix freetype compilation for WIN32 without HAVE_FONTCONFIG MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémi Duraffort --- modules/misc/freetype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/freetype.c b/modules/misc/freetype.c index 7d6c4f6b66..0f68c946fc 100644 --- a/modules/misc/freetype.c +++ b/modules/misc/freetype.c @@ -479,11 +479,11 @@ error: #ifdef HAVE_FONTCONFIG if( fontmatch ) FcPatternDestroy( fontmatch ); if( fontpattern ) FcPatternDestroy( fontpattern ); -#endif #ifdef WIN32 if( p_dialog ) dialog_ProgressDestroy( p_dialog ); +#endif #endif if( p_sys->p_face ) FT_Done_Face( p_sys->p_face ); -- 2.39.2