Module: wine Branch: master Commit: 4dab9bc04b71fb4241faea4e1a318da9c684ea48 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4dab9bc04b71fb4241faea4e1...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Feb 17 10:29:47 2020 +0100
unicode: Move the compatibility decomposition table to ntdll.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/Makefile.in | 1 + dlls/ntdll/decompose.c | 3045 ++++++++++++++++++++++++++++++++++++++++++++++++ libs/port/decompose.c | 2084 --------------------------------- tools/make_unicode | 3 +- 4 files changed, 3048 insertions(+), 2085 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4dab9bc04b71fb4241fae...