Commit ddd17286 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

freetype: Fix build

parent 1de948c7
......@@ -556,7 +556,7 @@ char* Generic_Select( filter_t *p_filter, const char* psz_family,
return File_Select( SYSTEM_DEFAULT_FONT_FILE );
}
#if !defined(_WIN32) || defined(VLC_WINSTORE_APP)
#if !defined(_WIN32) || VLC_WINSTORE_APP
char* Dummy_Select( filter_t *p_filter, const char* psz_font,
bool b_bold, bool b_italic,
int *i_idx, uni_char_t codepoint )
......
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