[2/2] shell32: ShellExecute() should not exec non-executable files.

Francois Gouget fgouget at codeweavers.com
Tue Dec 29 03:01:25 CST 2015


On Tue, 29 Dec 2015, Francois Gouget wrote:
[...]
> +
> +    if ((sei_tmp.lpVerb && *sei_tmp.lpVerb) || PathIsExeW(wszApplicationName))

Please don't apply.
I think this test is wrong. It should probably be checking that no was 
specified, or maybe that no class was specified.

-- 
Francois Gouget <fgouget at codeweavers.com>



More information about the wine-patches mailing list