[vlc-devel] [PATCH] Contrib: fix UPNP building on Win32
Jean-Baptiste Kempf
jb at videolan.org
Mon Mar 2 16:32:04 CET 2015
On 02 Mar, Steve Lhomme wrote :
> Fixes #14057
> ---
> modules/services_discovery/upnp.hpp | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/modules/services_discovery/upnp.hpp b/modules/services_discovery/upnp.hpp
> index 23fe4db..09e1bc3 100644
> --- a/modules/services_discovery/upnp.hpp
> +++ b/modules/services_discovery/upnp.hpp
> @@ -28,6 +28,10 @@
> #include <vector>
> #include <string>
>
> +#ifdef _WIN32
> +# undef if_nametoindex
> +#endif
Your mingw header is declaring if_nametoindex with the wrong WIN32_WINNT
guards.
With my kindest regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
More information about the vlc-devel
mailing list