diff --git a/dlls/mscoree/cordebug.c b/dlls/mscoree/cordebug.c index 04c6e585a65..8fe75019e4d 100644 --- a/dlls/mscoree/cordebug.c +++ b/dlls/mscoree/cordebug.c @@ -314,7 +314,7 @@ static HRESULT WINAPI CorDebug_CanLaunchOrAttach(ICorDebug *iface, DWORD dwProce { CorDebug *This = impl_from_ICorDebug( iface ); FIXME("stub %p %d %d\n", This, dwProcessId, win32DebuggingEnabled); - return E_NOTIMPL; + return S_OK; } static const struct ICorDebugVtbl cordebug_vtbl =