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

freetype: Provide Dummy_Select fallback for windows store apps

parent 6afa409d
......@@ -556,7 +556,7 @@ char* Generic_Select( filter_t *p_filter, const char* psz_family,
return File_Select( SYSTEM_DEFAULT_FONT_FILE );
}
#ifndef _WIN32
#if !defined(_WIN32) || defined(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