22 May
2019
22 May
'19
9:52 p.m.
Module: wine Branch: master Commit: ef07087f47177e847c249d44f3f4918d1fd9a5ec URL: https://source.winehq.org/git/wine.git/?a=commit;h=ef07087f47177e847c249d44f... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed May 22 17:11:39 2019 +0200 gdi32: Use the same BiDi direction table as usp10. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/gdi32/Makefile.in | 1 + dlls/gdi32/bidi.c | 56 ++--- dlls/gdi32/direction.c | 575 +++++++++++++++++++++++++++++++++++++++++++++++++ tools/make_unicode | 1 + 4 files changed, 596 insertions(+), 37 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ef07087f47177e847c249...