(svn r14621) -Fix (r14618): link error when you aren't compiling for Windows or you don't have fontconfig.
--- a/src/fontcache.cpp Mon Nov 24 18:59:53 2008 +0000
+++ b/src/fontcache.cpp Mon Nov 24 19:31:01 2008 +0000
@@ -351,7 +351,7 @@
#else /* without WITH_FONTCONFIG */
FT_Error GetFontByFaceName(const char *font_name, FT_Face *face) {return FT_Err_Cannot_Open_Resource;}
-bool SetFallbackFont(FreeTypeSettings *settings, const char *language_isocode) { return false; }
+bool SetFallbackFont(FreeTypeSettings *settings, const char *language_isocode, int winlangid) { return false; }
#endif /* WITH_FONTCONFIG */
/**