7 Nov
2022
7 Nov
'22
1:22 a.m.
Zhiyi Zhang (@zhiyi) commented about include/prsht.h:
typedef LPCDLGTEMPLATEW PROPSHEETPAGE_RESOURCEW; DECL_WINELIB_TYPE_AW(PROPSHEETPAGE_RESOURCE)
+#define PROPSHEETPAGEA_V1_FIELDS \ + DWORD dwSize; \ + DWORD dwFlags; \ + HINSTANCE hInstance; \ + union \ + { \ + const char* pszTemplate; \ The style is inconsistent in both this patch and the original prsht.h file. Let's keep all * aligned to the right. Otherwise, this looks good to me.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1272#note_13362