Commit e84bc545 authored by Alexandre Julliard's avatar Alexandre Julliard

gdi32: Add missing WineEngRealizationInfo function for the non-freetype case.

parent 6de0af1e
......@@ -6175,4 +6175,10 @@ DWORD WineEngGetKerningPairs(GdiFont *font, DWORD cPairs, KERNINGPAIR *kern_pair
return 0;
}
BOOL WineEngRealizationInfo(GdiFont *font, realization_info_t *info)
{
ERR("called but we don't have FreeType\n");
return FALSE;
}
#endif /* HAVE_FREETYPE */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment