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

Jens Collin jens.collin at lakhei.com
Sat Sep 11 14:46:39 CDT 2004


thanks a lot! New patch is on it's way :)

/Jens

-----Original Message-----
From: wine-devel-admin at winehq.org [mailto:wine-devel-admin at winehq.org]
On Behalf Of James Hawkins
Sent: den 11 september 2004 19:51
To: Jens Collin
Cc: Alexandre Julliard; wine-devel at winehq.org
Subject: Re: resend: patch: shell32.dll - SHELL_ArgifyW expands env-vars


What you need is this:

static const WCHAR nameOfVarW = {'%','s','%','%',0};

and then use nameOfVarW wherever you wanted L"%s%%".





More information about the wine-devel mailing list