mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
Fixed compile without freetype.
This commit is contained in:
parent
e9533488dc
commit
9302f85da8
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user