From 63883f0c2f583996e34845345c3f536e5912627c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <rem@videolan.org>
Date: Sat, 25 Nov 2006 09:50:25 +0000
Subject: [PATCH] Temporarily fix Win32 at the expense of IPv6 SSM

---
 src/network/udp.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/network/udp.c b/src/network/udp.c
index 09281e834420..c2a070a017a2 100644
--- a/src/network/udp.c
+++ b/src/network/udp.c
@@ -289,6 +289,7 @@ net_IPv6Join (vlc_object_t *obj, int fd, const struct sockaddr_in6 *src)
 }
 
 
+#if 0
 #if defined (WIN32) && !defined (MCAST_JOIN_SOURCE_GROUP)
 /*
  * I hate manual definitions: Error-prone. Portability hell.
@@ -316,6 +317,7 @@ struct group_source_req
     struct sockaddr_storage gsr_source;
 };
 #endif
+#endif
 
 /**
  * IP-agnostic multicast join,
-- 
GitLab