Alexandre Julliard : gdi32: Don' t pass a DC handle to WineEngGetFontUnicodeRanges.

Robert Shearman rob at codeweavers.com
Thu Sep 27 09:32:26 CDT 2007


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.

-- 
Rob Shearman




More information about the wine-devel mailing list