mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 07:32:23 +00:00
mscoree: Add WARN when ICorDebugManagedCallback2 cannot be found.
This commit is contained in:
parent
c857bdd09d
commit
44c39a85ae
@ -142,6 +142,10 @@ static HRESULT WINAPI CorDebug_SetManagedHandler(ICorDebug *iface, ICorDebugMana
|
||||
|
||||
ICorDebugManagedCallback_AddRef(This->pCallback);
|
||||
}
|
||||
else
|
||||
{
|
||||
WARN("Debugging without interface ICorDebugManagedCallback2 is currently not supported.\n");
|
||||
}
|
||||
|
||||
return hr;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user