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.