1
0
Fork 0

[F] Fixed msvc warning

This commit is contained in:
seleznevae 2018-12-04 23:20:36 +03:00
parent 9327d80d62
commit ff2a41d547
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ void test_table_builtin_border_styles(void)
ft_table_t *table = NULL;
const char *table_str = NULL;
const char *table_str_etalon = NULL;
#ifdef FT_HAVE_WCHAR
#if defined(FT_HAVE_WCHAR) && !defined(FT_MICROSOFT_COMPILER)
const wchar_t *table_wstr = NULL;
const wchar_t *table_wstr_etalon = NULL;
#endif