mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 10:43:30 +00:00
usp10: Fully initialize LOGFONT structure.
This commit is contained in:
parent
ab4d8aec35
commit
1e445c4932
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user