shell32: fix program search in ShellExecuteEx, quote program name if it contains spaces (resend)

Stefan Leichter Stefan.Leichter at camline.com
Fri Aug 14 15:35:45 CDT 2009


Am Friday 14 August 2009 18:05:23 schrieb Juan Lang:
>
> Finally, this isn't about whitespace but style:
> +    if((needs_quote = NULL != strstrW(wszApplicationName,wSpace)))
> +        len +=2;
>
> The expression in the if is unnecessary complicated.  You could use
> consistent spacing here too.
Hi Juan,

i don't understand what you mean here with "complicated", please explain it.

Thanks Stefan




More information about the wine-devel mailing list