mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[SHELL32] Mark the halfplementation as such.
CORE-3938 svn path=/trunk/; revision=65760
This commit is contained in:
parent
b6a4676eec
commit
4c5970c6f2
1 changed files with 2 additions and 0 deletions
|
@ -574,6 +574,7 @@ HRESULT WINAPI CRecycleBin::GetUIObjectOf(HWND hwndOwner, UINT cidl, PCUITEMID_C
|
|||
}
|
||||
else if(IsEqualIID(riid, IID_IExtractIconA) && (cidl == 1))
|
||||
{
|
||||
// FIXME: This is not correct, it does not show the right icons
|
||||
LPITEMIDLIST pidlItem = ILCombine(pidl, apidl[0]);
|
||||
pObj = IExtractIconA_Constructor(pidlItem);
|
||||
SHFree(pidlItem);
|
||||
|
@ -581,6 +582,7 @@ HRESULT WINAPI CRecycleBin::GetUIObjectOf(HWND hwndOwner, UINT cidl, PCUITEMID_C
|
|||
}
|
||||
else if (IsEqualIID(riid, IID_IExtractIconW) && (cidl == 1))
|
||||
{
|
||||
// FIXME: This is not correct, it does not show the right icons
|
||||
LPITEMIDLIST pidlItem = ILCombine(pidl, apidl[0]);
|
||||
pObj = IExtractIconW_Constructor(pidlItem);
|
||||
SHFree(pidlItem);
|
||||
|
|
Loading…
Reference in a new issue