[SHELL32] Improve FindExecutableW (#6635)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Wed, 27 Mar 2024 08:04:49 +0000 (17:04 +0900)
committerGitHub <noreply@github.com>
Wed, 27 Mar 2024 08:04:49 +0000 (17:04 +0900)
commitf9a55858706adeecc79f93587a67f3781f609ad7
tree9364b4c5d4563f079c6be7b7be18e7613ede3c11
parent00c4b3d99f5b21bdbd402d6c6dd232f721491590
[SHELL32] Improve FindExecutableW (#6635)

Follow-up to #6656. An approach to
implement ShellExecuteEx correctly.
JIRA issue: CORE-19493
- Rewrite code by using AssocQueryStringW
  and PathResolveW functions.
dll/win32/shell32/shlexec.cpp