Get rid of W->A calls

Rolf Kalbermatter rolf.kalbermatter at citeng.com
Fri Sep 5 14:34:15 CDT 2003


hatky at users.sourceforge.net wrote:

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

I'm also not sure about the context here and it seems a little strange
but what you would want to do here is probably:

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

Rolf Kalbermatter
 





More information about the wine-devel mailing list