[SHELL32] Handle multiple files in recycle bin delete/restore operations (#7568)

CORE-19895 CORE-19231
This commit is contained in:
Whindmar Saksit 2025-02-22 13:03:11 +01:00 committed by GitHub
parent 924592dc47
commit e5fc4de8c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 264 additions and 119 deletions

View file

@ -1297,7 +1297,8 @@ VOID COpenWithMenu::AddApp(PVOID pApp)
m_idCmdLast++;
}
static const CMVERBMAP g_VerbMap[] = {
static const CMVERBMAP g_VerbMap[] =
{
{ "openas", 0 },
{ NULL }
};