[vlc-devel] [PATCH] Contrib: fix UPNP building on Win32
Rémi Denis-Courmont
remi at remlab.net
Mon Mar 2 16:31:13 CET 2015
Le 2015-03-02 18:22, Steve Lhomme a écrit :
> 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
No, this can't be right.
> +
> #include <upnp/upnp.h>
> #include <upnp/upnptools.h>
--
Rémi Denis-Courmont
More information about the vlc-devel
mailing list