mscoree: Return S_OK from ICorDebug Initialize.
authorAlistair Leslie-Hughes <leslie_alistair@hotmail.com>
Thu, 29 Sep 2011 04:13:16 +0000 (14:13 +1000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 30 Sep 2011 15:28:30 +0000 (10:28 -0500)
dlls/mscoree/cordebug.c

index 688c2d893dfca6e68abd006f7342edfd4558626c..a2ad032ab51cedd901153b3831ee5de7cff25716 100644 (file)
@@ -86,7 +86,7 @@ static HRESULT WINAPI CorDebug_Initialize(ICorDebug *iface)
 {
     RuntimeHost *This = impl_from_ICorDebug( iface );
     FIXME("stub %p\n", This);
-    return E_NOTIMPL;
+    return S_OK;
 }
 
 static HRESULT WINAPI CorDebug_Terminate(ICorDebug *iface)