mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 21:13:01 +00:00
[SHELL32] Handle multiple files in recycle bin delete/restore operations (#7568)
CORE-19895 CORE-19231
This commit is contained in:
parent
924592dc47
commit
e5fc4de8c9
10 changed files with 264 additions and 119 deletions
|
@ -1297,7 +1297,8 @@ VOID COpenWithMenu::AddApp(PVOID pApp)
|
|||
m_idCmdLast++;
|
||||
}
|
||||
|
||||
static const CMVERBMAP g_VerbMap[] = {
|
||||
static const CMVERBMAP g_VerbMap[] =
|
||||
{
|
||||
{ "openas", 0 },
|
||||
{ NULL }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue