disable code for now

svn path=/trunk/; revision=23560
This commit is contained in:
Johannes Anderwald 2006-08-12 17:41:38 +00:00
parent 2d88d68e4d
commit d68fdca31f

View file

@ -1227,6 +1227,7 @@ GetAppName:
DPRINT("Quoted CmdLine: %S\n", QuotedCmdLine); DPRINT("Quoted CmdLine: %S\n", QuotedCmdLine);
} }
#if 0
else if(lpApplicationName && lpCommandLine) else if(lpApplicationName && lpCommandLine)
{ {
int len; int len;
@ -1289,7 +1290,7 @@ GetAppName:
} }
lpCommandLine = QuotedCmdLine; lpCommandLine = QuotedCmdLine;
} }
#endif
if (Escape) if (Escape)
{ {
if (QuotedCmdLine == NULL) if (QuotedCmdLine == NULL)