Commit 1ed2bd14 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

mlang: Forward ConvertStringReset() to IMultiLanguage3.

parent c8c624a9
......@@ -2180,8 +2180,8 @@ static HRESULT WINAPI fnIMultiLanguage_ConvertStringFromUnicode(
static HRESULT WINAPI fnIMultiLanguage_ConvertStringReset(
IMultiLanguage* iface)
{
FIXME("\n");
return E_NOTIMPL;
MLang_impl *This = impl_from_IMultiLanguage( iface );
return IMultiLanguage3_ConvertStringReset(&This->IMultiLanguage3_iface);
}
static HRESULT WINAPI fnIMultiLanguage_GetRfc1766FromLcid(
......
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