"Kai Blin" <[EMAIL PROTECTED]> 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.
