Marcelo Duarte wine-devel@bol.com.br writes:
Hi,
Changelog: Marcelo Duarte wine-devel@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.