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.
This commit is contained in:
Robert Shearman 2006-06-12 16:45:40 +01:00 committed by Alexandre Julliard
parent 0d1456ca30
commit abc0f385a3

View file

@ -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(