gdi32/tests: Also test non-style suffix.

oldstable
André Hentschel 2009-12-12 17:32:19 +01:00 committed by Alexandre Julliard
parent 68bacfb8d5
commit fb56000c13
1 changed files with 1 additions and 1 deletions

View File

@ -2982,7 +2982,7 @@ static void test_CreateFontIndirect(void)
LOGFONTA lf, getobj_lf;
int ret, i;
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));
lf.lfCharSet = ANSI_CHARSET;