[vlc-commits] contrib: mpg123: Fix winstore detection
Hugo Beauzée-Luyssen
git at videolan.org
Fri Nov 17 10:23:11 CET 2017
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Nov 17 10:06:12 2017 +0100| [ad3ceb947cf2929b9fb2e1dc9e8de74fabd6717a] | committer: Hugo Beauzée-Luyssen
contrib: mpg123: Fix winstore detection
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad3ceb947cf2929b9fb2e1dc9e8de74fabd6717a
---
contrib/src/mpg123/winstore.patch | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/contrib/src/mpg123/winstore.patch b/contrib/src/mpg123/winstore.patch
index c194409f37..ba51e60af7 100644
--- a/contrib/src/mpg123/winstore.patch
+++ b/contrib/src/mpg123/winstore.patch
@@ -55,3 +55,13 @@
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 @@
+
+ #ifdef _MSC_VER
+ #include <io.h>
++#include <winapifamily.h>
+
+ #if(defined(WINAPI_FAMILY) && (WINAPI_FAMILY==WINAPI_FAMILY_APP))
+ #define WINDOWS_UWP
More information about the vlc-commits
mailing list