26 Jul
2024
26 Jul
'24
8:01 a.m.
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; +switch (uMessage)
Add four spaces before switch -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6145#note_77107