From 9302f85da819723ab985a6e709bbf52baa63bc20 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 4 Apr 2002 15:30:29 +0000 Subject: [PATCH] Fixed compile without freetype. --- dlls/gdi/freetype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");