Alexandre Julliard : unicode: Move the combining class table to ntdll.

Alexandre Julliard julliard at winehq.org
Tue Feb 4 15:33:20 CST 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Feb  4 16:29:34 2020 +0100

unicode: Move the combining class table to ntdll.

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

---

 dlls/ntdll/Makefile.in                | 1 +
 {libs/port => dlls/ntdll}/combclass.c | 0
 libs/port/Makefile.in                 | 1 -
 tools/make_unicode                    | 2 +-
 4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/ntdll/Makefile.in b/dlls/ntdll/Makefile.in
index 491cf5a707..94348d56a6 100644
--- a/dlls/ntdll/Makefile.in
+++ b/dlls/ntdll/Makefile.in
@@ -10,6 +10,7 @@ C_SRCS = \
 	actctx.c \
 	atom.c \
 	cdrom.c \
+	combclass.c \
 	critsection.c \
 	crypt.c \
 	debugbuffer.c \
diff --git a/libs/port/combclass.c b/dlls/ntdll/combclass.c
similarity index 100%
rename from libs/port/combclass.c
rename to dlls/ntdll/combclass.c
diff --git a/libs/port/Makefile.in b/libs/port/Makefile.in
index f9e45035bd..3b70f82d6f 100644
--- a/libs/port/Makefile.in
+++ b/libs/port/Makefile.in
@@ -76,7 +76,6 @@ C_SRCS = \
 	c_950.c \
 	casemap.c \
 	collation.c \
-	combclass.c \
 	compose.c \
 	cpsymbol.c \
 	cptable.c \
diff --git a/tools/make_unicode b/tools/make_unicode
index c500e68ee9..3f1d3e55a9 100755
--- a/tools/make_unicode
+++ b/tools/make_unicode
@@ -2757,7 +2757,7 @@ dump_bidi_dir_table( "dlls/dwrite/direction.c" );
 dump_string_type_table( "dlls/kernelbase/wctype.c" );
 dump_digit_folding( "libs/port/digitmap.c", 1 );
 dump_digit_folding( "dlls/kernelbase/digitmap.c", 0 );
-dump_combining_class( "libs/port/combclass.c" );
+dump_combining_class( "dlls/ntdll/combclass.c" );
 dump_mirroring( "dlls/usp10/mirror.c" );
 dump_mirroring( "dlls/dwrite/mirror.c" );
 dump_bracket( "dlls/usp10/bracket.c" );




More information about the wine-cvs mailing list