Commit 316517be authored by Pankaj Yadav's avatar Pankaj Yadav Committed by Jean-Baptiste Kempf

Disable IPv6 Forcefully on Symbian Port

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c1912a75
......@@ -75,6 +75,16 @@ struct msghdr
# define net_errno errno
#endif
#if defined( __SYMBIAN32__ )
#undef AF_INET6
#undef IN6_IS_ADDR_MULTICAST
#undef IPV6_V6ONLY
#undef IPV6_MULTICAST_HOPS
#undef IPV6_MULTICAST_IF
#undef IPV6_TCLASS
#undef IPV6_JOIN_GROUP
#endif
int vlc_socket (int, int, int, bool nonblock) LIBVLC_USED;
struct sockaddr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment