[SHELL] IShellExtInit::Initialize uses PCIDLIST_ABSOLUTE. CORE-16385

This commit is contained in:
Thomas Faber 2019-09-22 16:36:01 +02:00
parent 6b0d2c2a2c
commit b2992e7a5e
No known key found for this signature in database
GPG key ID: 076E7C3D44720826
18 changed files with 18 additions and 18 deletions

View file

@ -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);