Commit 21f78807 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

fusion: Return S_OK in InitializeFusion.

parent 3acbf500
......@@ -39,7 +39,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(fusion);
HRESULT WINAPI InitializeFusion(void)
{
FIXME("\n");
return E_NOTIMPL;
return S_OK;
}
/******************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment