Alexandre Julliard : kernelbase: Reimplement MultiByteToWideChar() using Win32-format codepage tables.

Alexandre Julliard julliard at winehq.org
Fri Dec 6 16:06:38 CST 2019


Module: wine
Branch: master
Commit: 7e8f1dac30267058cf3b36d49b6ed3c440087024
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7e8f1dac30267058cf3b36d49b6ed3c440087024

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Dec  5 11:22:19 2019 +0100

kernelbase: Reimplement MultiByteToWideChar() using Win32-format codepage tables.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernelbase/Makefile.in     |   1 +
 dlls/kernelbase/decompose.c     | 948 ++++++++++++++++++++++++++++++++++++++++
 dlls/kernelbase/kernelbase.spec |   2 +-
 dlls/kernelbase/locale.c        | 452 +++++++++++++++++++
 libs/port/decompose.c           |   4 +-
 tools/make_unicode              |  42 +-
 6 files changed, 1439 insertions(+), 10 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=7e8f1dac30267058cf3b36d49b6ed3c440087024



More information about the wine-cvs mailing list