Prefer SEE_MASK_IDLIST, since that one is actually implemented in
shell32...
Modified: trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp
_____
Modified: trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp
--- trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp
2005-02-08 22:21:16 UTC (rev 13470)
+++ trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp
2005-02-08 22:23:05 UTC (rev 13471)
@@ -1254,7 +1254,7 @@
SHELLEXECUTEINFO shexinfo;
shexinfo.cbSize = sizeof(SHELLEXECUTEINFO);
- shexinfo.fMask = SEE_MASK_INVOKEIDLIST; //
SEE_MASK_IDLIST is also possible.
+ shexinfo.fMask = SEE_MASK_IDLIST; //
SEE_MASK_INVOKEIDLIST is also possible.
shexinfo.hwnd = hparent;
shexinfo.lpVerb = NULL;
shexinfo.lpFile = NULL;
Show replies by date