Commit 63883f0c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Temporarily fix Win32 at the expense of IPv6 SSM

parent f6771081
......@@ -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,
......
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