Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Steve Lhomme
VLC
Commits
b351e72f
Commit
b351e72f
authored
Nov 17, 2017
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: mpg123: Fix cross compilation for winstore
parent
a141bcc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
6 deletions
+16
-6
contrib/src/mpg123/winstore.patch
contrib/src/mpg123/winstore.patch
+16
-6
No files found.
contrib/src/mpg123/winstore.patch
View file @
b351e72f
...
...
@@ -55,13 +55,23 @@
AC_MSG_CHECKING([if WINVER and _WIN32_WINNT needs version bumps])
if test "x$win32_winver_bump" = "xyes"; then
AC_MSG_RESULT([yes])
--- mpg123/src/compat/compat.c 2017-11-17 09:53:42.399892515 +0100
+++ mpg123/src/compat/compat.c.new 2017-11-17 09:53:50.235892653 +0100
@@ -16,6 +16,7 @@
--- mpg123/src/compat/compat.c 2017-11-17 11:22:26.575986065 +0100
+++ mpg123/src/compat/compat.c.new 2017-11-17 11:22:22.671985997 +0100
@@ -14,13 +14,14 @@
#define _POSIX_SOURCE
#include "compat.h"
#ifdef _MSC_VER
#include <io.h>
-#ifdef _MSC_VER
-#include <io.h>
-
+#include <winapifamily.h>
#if(defined(WINAPI_FAMILY) && (WINAPI_FAMILY==WINAPI_FAMILY_APP))
#define WINDOWS_UWP
#endif
+#ifdef _MSC_VER
+#include <io.h>
+
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
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