From: Jactry Zeng <jzeng(a)codeweavers.com> --- include/shlobj.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/shlobj.h b/include/shlobj.h index c00687e84d8..9158ba17111 100644 --- a/include/shlobj.h +++ b/include/shlobj.h @@ -1755,6 +1755,8 @@ WINSHELLAPI HRESULT WINAPI SHBindToFolderIDListParent(IShellFolder *psf, LPCITEM * SHBindToParent API */ WINSHELLAPI HRESULT WINAPI SHBindToParent(LPCITEMIDLIST pidl, REFIID riid, LPVOID *ppv, LPCITEMIDLIST *ppidlLast); +WINSHELLAPI HRESULT WINAPI SHBindToObject(IShellFolder *folder, LPCITEMIDLIST pidl, IBindCtx *context, + REFIID riid, void **object); /**************************************************************************** * SHDefExtractIcon API -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/3028