Module: wine Branch: master Commit: a951d533946b870e6be3912b35fd90f67e6e5a89 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a951d533946b870e6be3912b35...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Feb 19 11:33:39 2016 +0900
libwine: Move the decomposition table to a separate file.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
libs/wine/Makefile.in | 1 + libs/wine/compose.c | 746 +------------------------------------------------ libs/wine/decompose.c | 748 ++++++++++++++++++++++++++++++++++++++++++++++++++ tools/make_unicode | 40 ++- 4 files changed, 778 insertions(+), 757 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a951d533946b870e6be391...