Commit 09305aac authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Freetype: fix crash on Win32

parent aef41f5b
......@@ -545,7 +545,7 @@ static int ProcessNodes( filter_t *p_filter,
if( p_font_style->i_style_flags & STYLE_STRIKEOUT )
b_through = true;
}
#ifdef HAVE_FONTCONFIG
#ifdef HAVE_STYLES
else
{
rv = PushFont( &p_fonts,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment