Janitorial: Get rid of W->A calls for shlexec (2/2)

Alexandre Julliard julliard at winehq.org
Thu Dec 11 22:39:36 CST 2003


Marcelo Duarte <wine-devel at bol.com.br> writes:

> Hi,
>
> Changelog:
> Marcelo Duarte <wine-devel at bol.com.br>
> -Janitorial: Get rid of W->A calls for shlexec
> -Implementation of FindExecutableW
>
> Coments:
> After you aplying my patch 1/2 and made corrections using sizeof, I see the 
> problems in the patch 2/2 and I do the corrections, and now, I think that all 
> is correct.

No, there are still many places where the sizes are wrong. Every time
you change a buffer from char[] to WCHAR[] you have to fix uses of
sizeof on that buffer to count characters properly. Also there are
still HeapAlloc calls that are done in bytes instead of WCHARs.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list