mlang: Expand stub of fnIMLangFontLink2_GetStrCodePages.

This commit is contained in:
Aric Stewart 2008-09-09 07:12:36 -05:00 committed by Alexandre Julliard
parent 43048397d6
commit 38901f08c6
1 changed files with 3 additions and 1 deletions

View File

@ -3049,7 +3049,9 @@ static HRESULT WINAPI fnIMLangFontLink2_GetStrCodePages( IMLangFontLink2* This,
DWORD *pdwCodePages, long *pcchCodePages)
{
FIXME("(%p)->%s %li %x %p %p\n",This, debugstr_wn(pszSrc,cchSrc),cchSrc,dwPriorityCodePages,pdwCodePages,pcchCodePages);
return E_NOTIMPL;
*pdwCodePages = 0;
*pcchCodePages = 1;
return S_OK;
}
static HRESULT WINAPI fnIMLangFontLink2_CodePageToCodePages(IMLangFontLink2* This,