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.