Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
63468093
Commit
63468093
authored
Feb 04, 2020
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unicode: Move the combining class table to ntdll.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
0576fa43
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile.in
dlls/ntdll/Makefile.in
+1
-0
combclass.c
dlls/ntdll/combclass.c
+0
-0
Makefile.in
libs/port/Makefile.in
+0
-1
make_unicode
tools/make_unicode
+1
-1
No files found.
dlls/ntdll/Makefile.in
View file @
63468093
...
...
@@ -10,6 +10,7 @@ C_SRCS = \
actctx.c
\
atom.c
\
cdrom.c
\
combclass.c
\
critsection.c
\
crypt.c
\
debugbuffer.c
\
...
...
libs/port
/combclass.c
→
dlls/ntdll
/combclass.c
View file @
63468093
File moved
libs/port/Makefile.in
View file @
63468093
...
...
@@ -76,7 +76,6 @@ C_SRCS = \
c_950.c
\
casemap.c
\
collation.c
\
combclass.c
\
compose.c
\
cpsymbol.c
\
cptable.c
\
...
...
tools/make_unicode
View file @
63468093
...
...
@@ -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"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment