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.