Get rid of W->A calls

Dimitrie O. Paun dimi at intelliware.ca
Fri Sep 5 13:56:12 CDT 2003


On Fri, 5 Sep 2003, hatky wrote:

> Ok, one last line:
> 
>         strcpy(((char*)lpwh) + sizeof(WINHELP),
> lpHelpFile);

I don't have time now to look at the code, but
this is rather strange, I think you want this:

	strcpyW((LPWSTR)(((char*)lpwh) + sizeof(WINHELP), lpHelpFile);

-- 
Dimi.




More information about the wine-devel mailing list