[PATCH v2 1/4] user32: Move ToUnicodeEx from wineandroid.drv to user32.

Alexandre Julliard julliard at winehq.org
Mon Apr 26 14:44:37 CDT 2021


Rémi Bernon <rbernon at codeweavers.com> writes:

> +    buffer[1] = 0;
> +
> +    wcsncpy( str, buffer, size );

Please keep lstrcpynW, wcsncpy doesn't do the same thing and is pretty
much always the wrong function to use.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list