[SHELL32] Revert CDefView::FillFileMenu (#5278)

CORE-9467, CORE-18429, CORE-11797
This commit is contained in:
Katayama Hirofumi MZ 2023-05-23 17:38:12 +09:00 committed by GitHub
parent 634415cace
commit 0fa4edebd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1357,7 +1357,7 @@ HRESULT CDefView::FillFileMenu()
m_pFileMenu.Release();
}
/* Store the context menu in m_pFileMenu and keep it in order to invoke the selected command later on */
HRESULT hr = GetItemObject((m_cidl ? SVGIO_SELECTION : SVGIO_BACKGROUND), IID_PPV_ARG(IContextMenu, &m_pFileMenu));
HRESULT hr = GetItemObject(SVGIO_SELECTION, IID_PPV_ARG(IContextMenu, &m_pFileMenu));
if (FAILED_UNEXPECTEDLY(hr))
return hr;