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().