[A] Add more test cases for windows and fix compilation.

This commit is contained in:
seleznevae
2020-02-01 16:12:50 +03:00
parent 0430da4163
commit 61ec03f828
4 changed files with 123 additions and 26 deletions

View File

@@ -630,7 +630,7 @@ void test_table_builtin_border_styles(void)
assert_str_equal(table_str, table_str_etalon);
ft_destroy_table(table);
#if defined(FT_HAVE_WCHAR) && !defined(FT_MICROSOFT_COMPILER)
#if defined(FT_HAVE_WCHAR) && !defined(FT_MICROSOFT_COMPILER) && !defined(_WIN32)
ft_set_default_border_style(FT_DOUBLE2_STYLE);
table = create_basic_wtable();
table_wstr = ft_to_wstring(table);