mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[SHELL32]
- Addendum to r68202 CORE-9839 svn path=/trunk/; revision=68208
This commit is contained in:
parent
22d0c7022c
commit
3a77e2ede5
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ HRESULT WINAPI CDesktopFolder::GetUIObjectOf(
|
|||
if (cidl != 1 || FAILED(hr = this->_GetDropTarget(apidl[0], (LPVOID*) &pObj)))
|
||||
{
|
||||
IDropTarget * pDt = NULL;
|
||||
hr = this->QueryInterface(IID_PPV_ARG(IDropTarget, &pDt));
|
||||
hr = ShellObjectCreatorInit<CDesktopFolderDropTarget>(this, IID_IDropTarget, &pDt);
|
||||
pObj = pDt;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue