5 Aug
2024
5 Aug
'24
2:25 p.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/progress.c:
} }
+static WNDPROC old_proc; + +static const struct message paint_pbm_setstate_seq[] = +{ + {PBM_SETSTATE, sent}, + {WM_PAINT, sent}, + {WM_ERASEBKGND, sent | defwinproc}, + {0} +};
Let's add a new line after this. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6186#note_77799