j
k
j a
j l
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;
static void EDIT_SetRectNP(EDITSTATE *es, const RECT *rc) { LONG_PTR ExStyle;
Let's use BOOL for too_large with TRUE and FALSE instead of 0 and 1.
Back to the thread
Back to the list