Module: wine Branch: master Commit: f801e27d32bcdea6badde1265fcce2f960e86693 URL: https://source.winehq.org/git/wine.git/?a=commit;h=f801e27d32bcdea6badde1265... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Mon Aug 30 13:52:36 2021 +0200 gdi32: Use NtGdiGetGlyphIndicesW for GetGlyphIndicesW. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/gdi32/font.c | 61 ++++------------------------------------- dlls/gdi32/gdi32.spec | 2 +- dlls/gdi32/text.c | 19 ++++++++++++- dlls/gdi32/uniscribe/opentype.c | 2 +- dlls/gdi32/uniscribe/shape.c | 30 ++++++++++---------- dlls/gdi32/uniscribe/usp10.c | 5 ++-- include/ntgdi.h | 2 ++ 7 files changed, 46 insertions(+), 75 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f801e27d32bcdea6badde...