mlang: Expand stub of fnIMLangFontLink2_GetStrCodePages.
This commit is contained in:
parent
43048397d6
commit
38901f08c6
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue