4 Sep
2024
4 Sep
'24
9:23 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/user32/edit.c:
static void EDIT_SetRectNP(EDITSTATE *es, const RECT *rc) { LONG_PTR ExStyle; - INT bw, bh; + INT bw, bh, too_large = 0; Let's use BOOL for too_large with TRUE and FALSE instead of 0 and 1.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6304#note_81005