mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 16:32:57 +00:00
[SHELL] IShellExtInit::Initialize uses PCIDLIST_ABSOLUTE. CORE-16385
This commit is contained in:
parent
6b0d2c2a2c
commit
b2992e7a5e
18 changed files with 18 additions and 18 deletions
|
@ -767,7 +767,7 @@ CNewMenu::HandleMenuMsg2(UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT *plRes
|
|||
}
|
||||
|
||||
HRESULT WINAPI
|
||||
CNewMenu::Initialize(LPCITEMIDLIST pidlFolder,
|
||||
CNewMenu::Initialize(PCIDLIST_ABSOLUTE pidlFolder,
|
||||
IDataObject *pdtobj, HKEY hkeyProgID)
|
||||
{
|
||||
m_pidlFolder = ILClone(pidlFolder);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue