Closed Greenhorn70 closed 3 months ago
Added a new translation from the Win81SDK. There's some strange version-definitions there so psh
default to PROPSHEETHEADERA_V2
and psp
to PROPSHEETPAGEA_V4.
However, this seems match the current version of PROPSHEETHEADER and PROPSHEETPAGE.
Fine, works now.
Hi nidud,
I get errors with declaring PROPSHEETHEADER and PROPSHEETPAGE.
1>PeaOptions.asm(485): error A2004: symbol type conflict : PROPSHEETHEADER 1>PeaOptions.asm(486): error A2004: symbol type conflict : PROPSHEETPAGE
Defined in https://github.com/nidud/asmc/blob/master/include/prsht.inc
Kind Regards Greenhorn