Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
fd86c859
Commit
fd86c859
authored
Feb 05, 2020
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libport: Move the collation table back to libwine and stop updating it.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
599166bd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
Makefile.in
libs/port/Makefile.in
+0
-1
Makefile.in
libs/wine/Makefile.in
+1
-1
collation.c
libs/wine/collation.c
+6
-0
make_unicode
tools/make_unicode
+0
-1
No files found.
libs/port/Makefile.in
View file @
fd86c859
...
...
@@ -75,7 +75,6 @@ C_SRCS = \
c_949.c
\
c_950.c
\
casemap.c
\
collation.c
\
compose.c
\
cptable.c
\
decompose.c
\
...
...
libs/wine/Makefile.in
View file @
fd86c859
EXTRALIBS
=
$(DL_LIBS)
$(COREFOUNDATION_LIBS)
$(CORESERVICES_LIBS)
$(I386_LIBS)
C_SRCS
=
\
collation.c
\
config.c
\
cpsymbol.c
\
debug.c
\
...
...
libs/
port
/collation.c
→
libs/
wine
/collation.c
View file @
fd86c859
...
...
@@ -2,6 +2,10 @@
/* generated from http://www.unicode.org/reports/tr10/allkeys.txt */
/* DO NOT EDIT!! */
#include "wine/asm.h"
#ifdef __ASM_OBSOLETE
#include "windef.h"
const
unsigned
int
DECLSPEC_HIDDEN
collation_table
[
11044
]
=
...
...
@@ -1391,3 +1395,5 @@ const unsigned int DECLSPEC_HIDDEN collation_table[11044] =
0xffffffff
,
0xffffffff
,
0xffffffff
,
0xffffffff
,
0xffffffff
,
0xffffffff
,
0xffffffff
,
0xffffffff
,
0xffffffff
,
0x00000000
,
0x00000000
,
0x00000000
,
0x09bf0111
,
0x09c00111
,
0xffffffff
,
0xffffffff
};
#endif
/* __ASM_OBSOLETE */
tools/make_unicode
View file @
fd86c859
...
...
@@ -2727,7 +2727,6 @@ sub REPLACE_IN_FILE($@)
chdir
".."
if
-
f
"./make_unicode"
;
load_data
(
$DEFAULTS
);
dump_case_mappings
(
"libs/port/casemap.c"
);
dump_sortkeys
(
"libs/port/collation.c"
);
dump_sortkeys
(
"dlls/kernelbase/collation.c"
);
dump_compose_table
(
"libs/port/compose.c"
);
dump_compose_table
(
"dlls/kernelbase/compose.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