2 Aug
2024
2 Aug
'24
12:38 p.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/propsheet.c:
}
#define add_flag(a) if (dwFlags & a) {strcat(string, #a );strcat(string," ");} + +static void PROPSHEET_QueryInitialFocus(HWND hwndDlg, int index, PropSheetInfo* psInfo) The indent width should be 4 in this function.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6145#note_77650