mlang: Set fnIMLangFontLink_GetStrCodePages stub return values.
This commit is contained in:
parent
58f9b6076f
commit
bdb6b74a2f
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue