mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Merge Wine commit:
Martin Fuchs <[email protected]> Call IShellExecuteHook interface for ShellExecute() calls with ID lists. svn path=/trunk/; revision=8893
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user