Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/propsheet.c:
DestroyWindow(hdlg);
}
+int query_initial_focus = 0; +LRESULT CALLBACK TestDlgProc(HWND hdlg, UINT uMessage, WPARAM wParam, LPARAM lParam) +{
- LPNMHDR lpnmhdr;
Please add a new line after variable declaration.