mlang: Use proper interface call instead of implementation function.

This commit is contained in:
Nikolay Sivov 2012-09-27 22:34:21 +04:00 committed by Alexandre Julliard
parent 8e7006025c
commit d442f5fffa
1 changed files with 1 additions and 1 deletions

View File

@ -1878,7 +1878,7 @@ static HRESULT WINAPI fnIMLangFontLink_GetStrCodePages(
DWORD cp;
HRESULT ret;
ret = fnIMLangFontLink_GetCharCodePages(iface, pszSrc[i], &cp);
ret = IMLangFontLink_GetCharCodePages(iface, pszSrc[i], &cp);
if (ret != S_OK) return E_FAIL;
if (!cps) cps = cp;