mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[RSHELL]
* Fix a 6am whoops. * Simplify the FindPidlInList method. svn path=/branches/shell-experiments/; revision=63659
This commit is contained in:
@@ -1260,7 +1260,7 @@ HRESULT CMenuSFToolbar::FillToolbar(BOOL clearFirst)
|
||||
IEnumIDList * eidl;
|
||||
m_shellFolder->EnumObjects(GetToolbar(), SHCONTF_FOLDERS | SHCONTF_NONFOLDERS, &eidl);
|
||||
|
||||
LPITEMIDLIST item = { 0 };
|
||||
LPITEMIDLIST item = NULL;
|
||||
hr = eidl->Next(1, &item, NULL);
|
||||
while (hr == S_OK)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user