Commit bdb6b74a authored by Kovács András's avatar Kovács András Committed by Alexandre Julliard

mlang: Set fnIMLangFontLink_GetStrCodePages stub return values.

parent 58f9b607
......@@ -1281,8 +1281,10 @@ static HRESULT WINAPI fnIMLangFontLink_GetStrCodePages(
DWORD* pdwCodePages,
long* pcchCodePages)
{
FIXME("\n");
return E_NOTIMPL;
FIXME("(pszSrc=%s, cchSrc=%ld, dwPriorityCodePages=%d) stub\n", debugstr_w(pszSrc), cchSrc, dwPriorityCodePages);
*pdwCodePages = 0;
*pcchCodePages = 1;
return S_OK;
}
static HRESULT WINAPI fnIMLangFontLink_CodePageToCodePages(
......
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