Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
docker-images
Commits
331356d3
Commit
331356d3
authored
Jun 16, 2016
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mingw-w64 patch
parent
b777581e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
vlc-winrt/toolchain-i686/add-GetAdaptersAddress.path
vlc-winrt/toolchain-i686/add-GetAdaptersAddress.path
+7
-7
vlc-winrt/toolchain-x86_64/add-GetAdaptersAddress.path
vlc-winrt/toolchain-x86_64/add-GetAdaptersAddress.path
+7
-7
No files found.
vlc-winrt/toolchain-i686/add-GetAdaptersAddress.path
View file @
331356d3
From
a430d9a80d259da29a6a3119380c95f017b16d7d
Mon Sep 17 00:00:00 2001
From:
VideoLAN Buildbot <buildbot@videolan.org
>
Date: Thu, 16 Jun 2016 1
2:02:01
+0200
Subject: [PATCH]
Allow windows10 to use content of iphlpapi.h
From
f563cdaf1cbfc7c977103c59769eb9842123b98e
Mon Sep 17 00:00:00 2001
From:
=?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= <hugo@beauzee.fr
>
Date: Thu, 16 Jun 2016 1
5:56:54
+0200
Subject: [PATCH]
headers: iphlpapi.h is fully available on windows10
---
mingw-w64-headers/include/iphlpapi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mingw-w64-headers/include/iphlpapi.h b/mingw-w64-headers/include/iphlpapi.h
index 03aed33..
55bc1e4
100644
index 03aed33..
4df7607
100644
--- a/mingw-w64-headers/include/iphlpapi.h
+++ b/mingw-w64-headers/include/iphlpapi.h
@@ -8,7 +8,7 @@
...
...
@@ -16,10 +16,10 @@ index 03aed33..55bc1e4 100644
#include <winapifamily.h>
-#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP)
+#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || _WIN
NT_VER
>= 0x0A00
+#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || _WIN
32_WINNT
>= 0x0A00
#ifdef __cplusplus
extern "C" {
--
2.
7.4
2.
8.1
vlc-winrt/toolchain-x86_64/add-GetAdaptersAddress.path
View file @
331356d3
From
a430d9a80d259da29a6a3119380c95f017b16d7d
Mon Sep 17 00:00:00 2001
From:
VideoLAN Buildbot <buildbot@videolan.org
>
Date: Thu, 16 Jun 2016 1
2:02:01
+0200
Subject: [PATCH]
Allow windows10 to use content of iphlpapi.h
From
f563cdaf1cbfc7c977103c59769eb9842123b98e
Mon Sep 17 00:00:00 2001
From:
=?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= <hugo@beauzee.fr
>
Date: Thu, 16 Jun 2016 1
5:56:54
+0200
Subject: [PATCH]
headers: iphlpapi.h is fully available on windows10
---
mingw-w64-headers/include/iphlpapi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mingw-w64-headers/include/iphlpapi.h b/mingw-w64-headers/include/iphlpapi.h
index 03aed33..
55bc1e4
100644
index 03aed33..
4df7607
100644
--- a/mingw-w64-headers/include/iphlpapi.h
+++ b/mingw-w64-headers/include/iphlpapi.h
@@ -8,7 +8,7 @@
...
...
@@ -16,10 +16,10 @@ index 03aed33..55bc1e4 100644
#include <winapifamily.h>
-#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP)
+#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || _WIN
NT_VER
>= 0x0A00
+#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || _WIN
32_WINNT
>= 0x0A00
#ifdef __cplusplus
extern "C" {
--
2.
7.4
2.
8.1
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