shell32: Fix FindExecutableW() to not check if lpResult after using it. It's supposed...
commitdf9715b1b0980cfb513153ec2ad8df598aa7d913
authorFrancois Gouget <fgouget@codeweavers.com>
Wed, 13 Dec 2006 17:07:42 +0000 (13 18:07 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 14 Dec 2006 11:45:27 +0000 (14 12:45 +0100)
tree23db02039b993b6c360c98bae4bdadf5b6aea5cd
parent2538fa319a9247d12bfeb46ed6bb21f1deabe451
shell32: Fix FindExecutableW() to not check if lpResult after using it. It's supposed to cause a segfault anyway.

Use SE_ERR_FNF rather than a numeric literal.
dlls/shell32/shlexec.c