advpack: Forward the remaining advpack.c ansi functions to their unicode counterparts

James Hawkins truiken at gmail.com
Wed Mar 22 20:25:47 CST 2006


On 3/22/06, Alexandre Julliard <julliard at winehq.org> wrote:
>
> The source lengths are wrong, these are null-terminated strings. Also
> please use sizeof() instead of hardcoding the constants.
>

Would MultiByteToWideChar(CP_ACP, 0, pPerUser->szGUID, -1,
perUserW.szGUID, sizeof(perUserW.szGUID)) be a better solution?

--
James Hawkins



More information about the wine-devel mailing list