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:
parent
0d1456ca30
commit
abc0f385a3
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue