Fixed compile without freetype.

This commit is contained in:
Alexandre Julliard 2002-04-04 15:30:29 +00:00
parent e9533488dc
commit 9302f85da8
1 changed files with 1 additions and 1 deletions

View File

@ -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");