]> git.sesse.net Git - vlc/blobdiff - modules/text_renderer/platform_fonts.h
Revert "mediacodec: wait to have the first frame successfully decoded to set the...
[vlc] / modules / text_renderer / platform_fonts.h
index 287a3961de963fcf26f9e68885325e919a0415af..cff52b1fec5a60ccf31ca904d67c9ee9b9aa3980 100644 (file)
@@ -85,8 +85,7 @@ void FontConfig_BuildCache( filter_t *p_filter );
 #endif
 
 
-#ifdef _WIN32
-char* GetWindowsFontPath();
+#if defined( _WIN32 ) && !VLC_WINSTORE_APP
 char* Win32_Select( filter_t *p_filter, const char* family,
                            bool b_bold, bool b_italic, int i_size, int *i_idx );