mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[ZIPFLDR] Don't handle DFM_INVOKECOMMANDEX if you need DFM_INVOKECOMMAND (#6766)
ZipFldr responds incorrectly to DFM_INVOKECOMMANDEX, it needs to return E_NOTIMPL to get the DFM_INVOKECOMMAND message.
This commit is contained in:
parent
07d55ce1cf
commit
bbb3b00398
1 changed files with 0 additions and 1 deletions
|
@ -380,7 +380,6 @@ public:
|
|||
ici.lpVerb = MAKEINTRESOURCEA(wParam);
|
||||
return spContextMenu->InvokeCommand(&ici);
|
||||
}
|
||||
case DFM_INVOKECOMMANDEX:
|
||||
case DFM_GETDEFSTATICID: // Required for Windows 7 to pick a default
|
||||
return S_FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue