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