17 Oct
2022
17 Oct
'22
10:05 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/propsheet.c:
return ret; }
+/* + * Get the size of an in-memory Template + * + *( Based on the code of PROPSHEET_CollectPageInfo) + * See also dialog.c/DIALOG_ParseTemplate32(). + */ + +static UINT GetTemplateSize(const DLGTEMPLATE* pTemplate)
I think this might be a good chance to fix the formatting of GetTemplateSize(). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1072#note_10934