mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[SHELL32]
- Properly check for error in CDefaultContextMenu::DoCreateLink svn path=/branches/shell-experiments/; revision=65064
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user