mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[SHELL32]
- Properly check for error in CDefaultContextMenu::DoCreateLink svn path=/branches/shell-experiments/; revision=65064
This commit is contained in:
parent
a5597dfcc1
commit
c199f8be2e
1 changed files with 1 additions and 1 deletions
|
@ -1115,7 +1115,7 @@ CDefaultContextMenu::DoCreateLink(
|
|||
return hr;
|
||||
}
|
||||
|
||||
psfTarget->QueryInterface(IID_PPV_ARG(IDropTarget, &pDT));
|
||||
hr = psfTarget->QueryInterface(IID_PPV_ARG(IDropTarget, &pDT));
|
||||
if (FAILED(hr))
|
||||
{
|
||||
ERR("no IDropTarget Interface\n");
|
||||
|
|
Loading…
Reference in a new issue