resend: patch: shell32.dll - SHELL_ArgifyW expands env-vars

Alexandre Julliard julliard at winehq.org
Fri Sep 10 15:21:49 CDT 2004


"Jens Collin" <jens.collin at lakhei.com> writes:

> +			{
> +				TRACE("The env. var can't be found or is bigger than MAX_PATH => useless.");
> +				res += sprintfW(res, L"%s%%", tmpBuffer);

You cannot use Unicode strings constants in Wine, they don't have the
right size.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list