mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[SHELL32]
* Unbreak context menus. svn path=/branches/shell-experiments/; revision=63911
This commit is contained in:
@@ -393,7 +393,7 @@ CDefaultContextMenu::LoadDynamicContextMenuHandler(HKEY hKey, const CLSID *pclsi
|
||||
pEntry->iIdCmdFirst = 0;
|
||||
pEntry->pNext = NULL;
|
||||
pEntry->NumIds = 0;
|
||||
pEntry->pCM = pcm;
|
||||
pEntry->pCM = pcm.Detach();
|
||||
memcpy(&pEntry->ClassID, pclsid, sizeof(CLSID));
|
||||
|
||||
if (m_pDynamicEntries)
|
||||
|
||||
Reference in New Issue
Block a user