Commit fb56000c authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

gdi32/tests: Also test non-style suffix.

parent 68bacfb8
...@@ -2982,7 +2982,7 @@ static void test_CreateFontIndirect(void) ...@@ -2982,7 +2982,7 @@ static void test_CreateFontIndirect(void)
LOGFONTA lf, getobj_lf; LOGFONTA lf, getobj_lf;
int ret, i; int ret, i;
HFONT hfont; HFONT hfont;
char TestName[][16] = {"Arial", "Arial Bold", "Arial Italic"}; char TestName[][16] = {"Arial", "Arial Bold", "Arial Italic", "Arial Baltic"};
memset(&lf, 0, sizeof(lf)); memset(&lf, 0, sizeof(lf));
lf.lfCharSet = ANSI_CHARSET; lf.lfCharSet = ANSI_CHARSET;
......
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