mirror of
https://github.com/reactos/reactos.git
synced 2025-06-23 04:30:21 +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;
|
return hr;
|
||||||
}
|
}
|
||||||
|
|
||||||
psfTarget->QueryInterface(IID_PPV_ARG(IDropTarget, &pDT));
|
hr = psfTarget->QueryInterface(IID_PPV_ARG(IDropTarget, &pDT));
|
||||||
if (FAILED(hr))
|
if (FAILED(hr))
|
||||||
{
|
{
|
||||||
ERR("no IDropTarget Interface\n");
|
ERR("no IDropTarget Interface\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue