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
f7368aaa
Commit
f7368aaa
authored
Feb 19, 2016
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libwine: Move the multi-byte to wide char conversion functions to libwine_port.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
faf3871e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
3 deletions
+4
-3
Makefile.in
libs/port/Makefile.in
+2
-0
decompose.c
libs/port/decompose.c
+0
-0
mbtowc.c
libs/port/mbtowc.c
+0
-0
Makefile.in
libs/wine/Makefile.in
+0
-2
port.c
libs/wine/port.c
+1
-0
make_unicode
tools/make_unicode
+1
-1
No files found.
libs/port/Makefile.in
View file @
f7368aaa
...
...
@@ -75,6 +75,7 @@ C_SRCS = \
c_950.c
\
cpsymbol.c
\
cptable.c
\
decompose.c
\
digitmap.c
\
ffs.c
\
fold.c
\
...
...
@@ -86,6 +87,7 @@ C_SRCS = \
isinf.c
\
isnan.c
\
lstat.c
\
mbtowc.c
\
memcpy_unaligned.c
\
memmove.c
\
mkstemps.c
\
...
...
libs/
wine
/decompose.c
→
libs/
port
/decompose.c
View file @
f7368aaa
File moved
libs/
wine
/mbtowc.c
→
libs/
port
/mbtowc.c
View file @
f7368aaa
File moved
libs/wine/Makefile.in
View file @
f7368aaa
...
...
@@ -8,10 +8,8 @@ C_SRCS = \
compose.c
\
config.c
\
debug.c
\
decompose.c
\
ldt.c
\
loader.c
\
mbtowc.c
\
mmap.c
\
port.c
\
sortkey.c
\
...
...
libs/wine/port.c
View file @
f7368aaa
...
...
@@ -33,6 +33,7 @@ const void *libwine_port_functions[] =
{
wine_cp_enum_table
,
wine_cp_get_table
,
wine_cp_mbstowcs
,
wine_cpsymbol_mbstowcs
,
wine_cpsymbol_wcstombs
,
wine_fold_string
...
...
tools/make_unicode
View file @
f7368aaa
...
...
@@ -2466,7 +2466,7 @@ READ_DEFAULTS( $DEFAULTS );
DUMP_CASE_MAPPINGS
(
"libs/wine/casemap.c"
);
DUMP_SORTKEYS
(
"libs/wine/collation.c"
,
READ_SORTKEYS_FILE
()
);
dump_compose_table
(
"libs/wine/compose.c"
);
dump_decompose_table
(
"libs/
wine
/decompose.c"
);
dump_decompose_table
(
"libs/
port
/decompose.c"
);
DUMP_CTYPE_TABLES
(
"libs/wine/wctype.c"
);
dump_digit_folding
(
"libs/port/digitmap.c"
);
dump_mirroring
(
"dlls/usp10/mirror.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