Re: [PATCH v3 0/2] MR9514: gdi32: Fix font creation with invaild bits.
7 Feb
2026
7 Feb
'26
4:45 a.m.
Huw Davies (@huw) commented about dlls/gdi32/tests/font.c:
+ if (system_lang_id != LANG_ENGLISH) + { + winetest_skip("Skipping font family tests on non English setups\n"); + return; + } + + hdc = GetDC(NULL); + + memset(&lf, 0, sizeof(lf)); + + for (i = 0; i < ARRAY_SIZE(td); ++i) + { + lf.lfPitchAndFamily = td[i].family; + lf.lfHeight = td[i].font_height; + lf.lfCharSet = td[i].charset; + hfont = NULL; Unnecessary initialisation
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9514#note_129010
25
Age (days ago)
25
Last active (days ago)
0 comments
1 participants
participants (1)
-
Huw Davies (@huw)