mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-02 09:40:35 +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:
parent
68d399d0ae
commit
f7f89d63b2
@ -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 */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user