Alexandre Julliard wrote:
-DWORD WineEngGetFontUnicodeRanges(HDC hdc, LPGLYPHSET glyphset) +DWORD WineEngGetFontUnicodeRanges(GdiFont *font, LPGLYPHSET glyphset) { FIXME("(%p, %p): stub\n", hdc, glyphset);
You forgot to change hdc to font in the FIXME call.