mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Prefer SEE_MASK_IDLIST, since that one is actually implemented in shell32...
svn path=/trunk/; revision=13471
This commit is contained in:
parent
183a36f0fb
commit
d45db8b732
1 changed files with 1 additions and 1 deletions
|
@ -1254,7 +1254,7 @@ void StartMenu::ActivateEntry(int id, const ShellEntrySet& entries)
|
|||
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;
|
||||
|
|
Loading…
Reference in a new issue