1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-01 02:49:10 +00:00

(svn r14621) -Fix (r14618): link error when you aren't compiling for Windows or you don't have fontconfig.

This commit is contained in:
rubidium
2008-11-24 19:31:01 +00:00
parent 68d399d0ae
commit f7f89d63b2

View File

@@ -351,7 +351,7 @@ error_pattern:
#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 */
/**