shell32: Fix cut & paste error.
This commit is contained in:
parent
fa4a93f26b
commit
a5074584a8
@ -512,7 +512,7 @@ DWORD_PTR WINAPI SHGetFileInfoW(LPCWSTR path,DWORD dwFileAttributes,
|
|||||||
UINT uDummy,uFlags;
|
UINT uDummy,uFlags;
|
||||||
|
|
||||||
hr = IShellFolder_GetUIObjectOf(psfParent, 0, 1,
|
hr = IShellFolder_GetUIObjectOf(psfParent, 0, 1,
|
||||||
(LPCITEMIDLIST*)&pidlLast, &IID_IExtractIconA,
|
(LPCITEMIDLIST*)&pidlLast, &IID_IExtractIconW,
|
||||||
&uDummy, (LPVOID*)&pei);
|
&uDummy, (LPVOID*)&pei);
|
||||||
if (SUCCEEDED(hr))
|
if (SUCCEEDED(hr))
|
||||||
{
|
{
|
||||||
@ -525,7 +525,7 @@ DWORD_PTR WINAPI SHGetFileInfoW(LPCWSTR path,DWORD dwFileAttributes,
|
|||||||
else
|
else
|
||||||
ret = FALSE;
|
ret = FALSE;
|
||||||
|
|
||||||
IExtractIconA_Release(pei);
|
IExtractIconW_Release(pei);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user