diff --git a/dlls/gdi/freetype.c b/dlls/gdi/freetype.c index 3acf778e980..cb16388425b 100644 --- a/dlls/gdi/freetype.c +++ b/dlls/gdi/freetype.c @@ -1847,7 +1847,7 @@ BOOL WineEngGetTextExtentPoint(GdiFont font, LPCWSTR wstr, INT count, return FALSE; } -BOOL WineEngGetTextExtentPointI(GdiFont font, LPWORD indices, INT count, +BOOL WineEngGetTextExtentPointI(GdiFont font, const WORD *indices, INT count, LPSIZE size) { ERR("called but we don't have FreeType\n");