Skip to content

Commit

Permalink
[SHELL32] Use a more specific type (unaligned)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkreuzer committed Oct 25, 2023
1 parent 5d5583c commit 1ee9258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dll/win32/shell32/CShellLink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ HRESULT STDMETHODCALLTYPE CShellLink::GetIconLocation(LPWSTR pszIconPath, INT cc
static HRESULT SHELL_PidlGetIconLocationW(PCIDLIST_ABSOLUTE pidl,
UINT uFlags, PWSTR pszIconFile, UINT cchMax, int *piIndex, UINT *pwFlags)
{
LPCITEMIDLIST pidlLast;
PCUITEMID_CHILD pidlLast;
CComPtr<IShellFolder> psf;

HRESULT hr = SHBindToParent(pidl, IID_PPV_ARG(IShellFolder, &psf), &pidlLast);
Expand Down

0 comments on commit 1ee9258

Please sign in to comment.