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
877a4a73
Commit
877a4a73
authored
Mar 14, 2016
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libwine: Don't include backwards compatibility functions on Android.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
6fd208b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
port.c
libs/wine/port.c
+4
-1
No files found.
libs/wine/port.c
View file @
877a4a73
...
...
@@ -28,7 +28,9 @@
#include "wine/unicode.h"
#include "wine/library.h"
/* functions from libwine_port that are also exported from libwine for backwards compatibility */
/* functions from libwine_port that are also exported from libwine for backwards compatibility,
* on platforms that require it */
#ifndef __ANDROID__
const
void
*
libwine_port_functions
[]
=
{
wine_cp_enum_table
,
...
...
@@ -41,6 +43,7 @@ const void *libwine_port_functions[] =
wine_utf8_mbstowcs
,
wine_utf8_wcstombs
};
#endif
/* no longer used, for backwards compatibility only */
struct
wine_pthread_functions
;
...
...
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