"Kai Blin" kai.blin@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.
On Wednesday 23 January 2008 10:52:38 Dmitry Timoshkov wrote:
"Kai Blin" kai.blin@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.
Ok, this was just based on a the patch that worked fine in IRC. I'll change it to point to GetGlyphOutlineA then.
Thanks, Kai