usp10: Fully initialize LOGFONT structure.

This commit is contained in:
Hans Leidekker 2007-11-08 19:18:14 +01:00 committed by Alexandre Julliard
parent ab4d8aec35
commit 1e445c4932
1 changed files with 1 additions and 1 deletions

View File

@ -1217,7 +1217,7 @@ START_TEST(usp10)
hdc = GetDC(hwnd); /* We now have a hdc */
ok( hdc != NULL, "HDC failed to be created %p\n", hdc);
memset(&lf, 0, sizeof(HFONT));
memset(&lf, 0, sizeof(LOGFONTA));
lstrcpyA(lf.lfFaceName, "Symbol");
lf.lfHeight = 10;
lf.lfWeight = 3;