[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
18 changed files with 18 additions and 18 deletions

View File

@@ -1172,7 +1172,7 @@ CFileDefExt::~CFileDefExt()
}
HRESULT WINAPI
CFileDefExt::Initialize(LPCITEMIDLIST pidlFolder, IDataObject *pDataObj, HKEY hkeyProgID)
CFileDefExt::Initialize(PCIDLIST_ABSOLUTE pidlFolder, IDataObject *pDataObj, HKEY hkeyProgID)
{
FORMATETC format;
STGMEDIUM stgm;