Commit abc0f385 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

mlang: Return S_OK from fnIMultiLanguage2_SetMimeDBSource.

The source is largely irrelevant since we are not likely to be wanting to ship updates to the MIME database as registry updates, instead of just changing the code.
parent 0d1456ca
......@@ -2228,8 +2228,8 @@ static HRESULT WINAPI fnIMultiLanguage2_SetMimeDBSource(
IMultiLanguage2* iface,
MIMECONTF dwSource)
{
FIXME("\n");
return E_NOTIMPL;
FIXME("0x%08x\n", dwSource);
return S_OK;
}
static HRESULT WINAPI fnIMultiLanguage2_GetNumberOfScripts(
......
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