patch: shell32.dll - SHELL_ArgifyW expands env-vars

Steven Edwards steven_ed4153 at yahoo.com
Sun Aug 29 14:00:06 CDT 2004


Hi Jens,

--- Jens Collin <jens.collin at lakhei.com> wrote:
> Is there anything wrong with this patch? I can't see my changes taken
> place in CVS.
> Let me know and I'll fix 'em.

I looks like it might be because of indenting tabs/spaces and C++ style
comments.

This 

     PWSTR   res = out;
     PCWSTR  cmd;
     LPVOID  pv;
+    WCHAR	tmpBuffer[1024];
+	PWSTR	tmpB = tmpBuffer;
+	WCHAR	tmpEnvBuff[MAX_PATH];
+	WCHAR*	tmpE = tmpEnvBuff;
+	DWORD	envRet;

and this

+	    // Make sure that we have at least one more %.


Thanks
Steven



		
_______________________________
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush



More information about the wine-devel mailing list