I found what I believe is a bug in include/wine/prsht.h in ReactOS

Jonathan Wilson jonwil at tpgi.com.au
Wed Dec 3 05:47:09 CST 2003


cc-ing WINE list in case its also present in the WINEHQ CVS
this line:
typedef const PROPSHEETPAGEA *LPCPROPSHEETPAGEW;
should (I believe) be this line:
typedef const PROPSHEETPAGEW *LPCPROPSHEETPAGEW;

If this is a bug, can someone fix it?
If its not, can someone explain why this construct is present (it looks 
very wierd to mix an A structure and a W structure in this typedef)




More information about the wine-devel mailing list