26 Jul
2024
26 Jul
'24
8:01 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/propsheet.c:
}
#define add_flag(a) if (dwFlags & a) {strcat(string, #a );strcat(string," ");} + +static void notify_QueryInitialFocus(HWND hwndDlg, int index, PropSheetInfo* psInfo) Please rename the function to PROPSHEET_QueryInitialFocus() so that it's consistent with other functions in the file.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6145#note_77105