mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:33:01 +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:
parent
fb6dcedf18
commit
dcc7bb6c0d
4 changed files with 77 additions and 33 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue