mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[RSHELL]
* I forgot a cast and a couple IID_PPV_ARG uncommited. [BROWSEUI] * Fixed rebar flags to match windows. Adds the missing border around the toolbars. * Fix some calculations of the rebar size. * Fetch the icon of the current folder and assign it to the browse window. CORE-7330 svn path=/branches/shell-experiments/; revision=63103
This commit is contained in:
@@ -1341,7 +1341,7 @@ HRESULT CMenuSFToolbar::GetShellFolder(DWORD *pdwFlags, LPITEMIDLIST *ppidl, REF
|
||||
pidl = ILClone(m_idList);
|
||||
if (!pidl)
|
||||
{
|
||||
(*(IUnknown**) ppv)->Release();
|
||||
(*reinterpret_cast<IUnknown**>(ppv))->Release();
|
||||
return E_FAIL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user