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

-- 
Martin Wilck                Phone: +49 5251 8 15113
Fujitsu Siemens Computers   Fax:   +49 5251 8 20409
Heinz-Nixdorf-Ring 1        mailto:[EMAIL PROTECTED]
D-33106 Paderborn           http://www.fujitsu-siemens.com/primergy






Reply via email to