Commit 63468093 authored by Alexandre Julliard's avatar Alexandre Julliard

unicode: Move the combining class table to ntdll.

parent 0576fa43
......@@ -10,6 +10,7 @@ C_SRCS = \
actctx.c \
atom.c \
cdrom.c \
combclass.c \
critsection.c \
crypt.c \
debugbuffer.c \
......
......@@ -76,7 +76,6 @@ C_SRCS = \
c_950.c \
casemap.c \
collation.c \
combclass.c \
compose.c \
cpsymbol.c \
cptable.c \
......
......@@ -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" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment