Commit in reactos/lib/shell32 on MAIN | |||
shlexec.c | +1 | -1 | 1.29 -> 1.30 |
Merge Wine commit: Martin Fuchs <martin-fuchs@gmx.net> Call IShellExecuteHook interface for ShellExecute() calls with ID lists.
diff -u -r1.29 -r1.30 --- shlexec.c 27 Mar 2004 09:07:42 -0000 1.29 +++ shlexec.c 27 Mar 2004 21:19:27 -0000 1.30 @@ -997,7 +997,7 @@
} /* process the IDList */
- if (sei_tmp.fMask & SEE_MASK_INVOKEIDLIST) /* 0x0c: includes SEE_MASK_IDLIST */
+ if (sei_tmp.fMask & SEE_MASK_IDLIST)
{ IShellExecuteHookW* pSEH;