This one-liner fixes it:
--- dlls/gdi/freetype.c~ Thu Apr 4 09:17:14 2002 +++ dlls/gdi/freetype.c Thu Apr 4 09:30:48 2002 @@ -1847,7 +1847,7 @@ 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");