gdi32: Fix spec file to export the right symbols for GetGlyphOutline

Dmitry Timoshkov dmitry at codeweavers.com
Wed Jan 23 03:52:38 CST 2008


"Kai Blin" <kai.blin at gmail.com> wrote:

> --- a/dlls/gdi32/gdi32.spec
> +++ b/dlls/gdi32/gdi32.spec
> @@ -282,7 +282,6 @@
>  @ stdcall GetFontUnicodeRanges(ptr ptr)
>  @ stdcall GetGlyphIndicesA(long ptr long ptr long)
>  @ stdcall GetGlyphIndicesW(long ptr long ptr long)
> -@ stub GetGlyphOutline
>  @ stdcall GetGlyphOutlineA(long long long ptr long ptr ptr)
>  @ stdcall GetGlyphOutlineW(long long long ptr long ptr ptr)
>  @ stub GetGlyphOutlineWow

This patch is not correct. gdi32 does export GetGlyphOutline at least
in XP. It just points to GetGlyphOutlineA.

-- 
Dmitry.



More information about the wine-devel mailing list