mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 09:07:54 +00:00
[SHELL32] Improve debug print by printing text
svn path=/trunk/; revision=47180
This commit is contained in:
parent
0b2f076246
commit
7b762e3b4e
1 changed files with 1 additions and 1 deletions
|
@ -1346,7 +1346,7 @@ static HRESULT WINAPI ICPanel_IContextMenu2_InvokeCommand(
|
|||
}
|
||||
else
|
||||
{
|
||||
FIXME("\n");
|
||||
FIXME("Couldn't retrieve pointer to cpl structure\n");
|
||||
return E_FAIL;
|
||||
}
|
||||
if (SUCCEEDED(IShellLink_Constructor(NULL, &IID_IShellLinkA, (LPVOID*)&isl)))
|
||||
|
|
Loading…
Reference in a new issue