Module: wine Branch: master Commit: 02a04ba05ebf6f2f5f471ddd6b8c6723b74b32f8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=02a04ba05ebf6f2f5f471ddd6...
Author: Alexandre Julliard julliard@winehq.org Date: Wed May 22 11:26:19 2019 +0200
make_unicode: Store the C2_* values directly in the kernel32 wctype table.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/locale.c | 22 +- dlls/kernel32/wctype.c | 804 ++++++++++++++++++++++++------------------------- tools/make_unicode | 29 +- 3 files changed, 431 insertions(+), 424 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=02a04ba05ebf6f2f5f471...