Module: wine Branch: master Commit: bb6bd8a2f1c8e6d30e576d590b669ffd20b32f59 URL: https://source.winehq.org/git/wine.git/?a=commit;h=bb6bd8a2f1c8e6d30e576d590...
Author: Alexandre Julliard julliard@winehq.org Date: Wed May 22 11:27:13 2019 +0200
make_unicode: Use a two-level table for the kernel32 wctype table.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/locale.c | 26 +- dlls/kernel32/wctype.c | 1575 ++++++------------------------------------------ tools/make_unicode | 2 +- 3 files changed, 205 insertions(+), 1398 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=bb6bd8a2f1c8e6d30e576...