mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Merge Wine commit:
Martin Fuchs <martin-fuchs@gmx.net> Call IShellExecuteHook interface for ShellExecute() calls with ID lists. svn path=/trunk/; revision=8893
This commit is contained in:
parent
ac44e25672
commit
25c77834ce
1 changed files with 1 additions and 1 deletions
|
@ -997,7 +997,7 @@ BOOL WINAPI ShellExecuteExW32 (LPSHELLEXECUTEINFOW psei, SHELL_ExecuteW32 execfu
|
|||
}
|
||||
|
||||
/* process the IDList */
|
||||
if (sei_tmp.fMask & SEE_MASK_INVOKEIDLIST) /* 0x0c: includes SEE_MASK_IDLIST */
|
||||
if (sei_tmp.fMask & SEE_MASK_IDLIST)
|
||||
{
|
||||
IShellExecuteHookW* pSEH;
|
||||
|
||||
|
|
Loading…
Reference in a new issue