mlang: Set fnIMLangFontLink_GetStrCodePages stub return values.

This commit is contained in:
Kovács András 2006-10-25 03:54:22 +02:00 committed by Alexandre Julliard
parent 58f9b6076f
commit bdb6b74a2f
1 changed files with 4 additions and 2 deletions

View File

@ -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(