Commit 83130c98 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Freetype: do not ship dead code on WinRT dll

This allows freetype.dll to pass WACK
parent dacf900c
......@@ -178,7 +178,7 @@ char* FontConfig_Select( filter_t *p_filter, const char* family,
}
#endif
#ifdef _WIN32
#if defined( _WIN32 ) && !VLC_WINSTORE_APP
#define FONT_DIR_NT _T("SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Fonts")
static int GetFileFontByName( LPCTSTR font_name, char **psz_filename )
......
......@@ -85,7 +85,7 @@ void FontConfig_BuildCache( filter_t *p_filter );
#endif
#ifdef _WIN32
#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 );
......
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