Commit 5cf832c9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Do not redefine stuff from <ws2ipdef.h>

This fixes compilation with newer Mingw-w64.
parent 45a540ed
......@@ -432,19 +432,7 @@ net_IPv6Join (vlc_object_t *obj, int fd, const struct sockaddr_in6 *src)
# warning Your C headers are out-of-date. Please update.
# define MCAST_JOIN_GROUP 41
struct group_req
{
ULONG gr_interface;
struct sockaddr_storage gr_group;
};
# define MCAST_JOIN_SOURCE_GROUP 45 /* from <ws2ipdef.h> */
struct group_source_req
{
uint32_t gsr_interface;
struct sockaddr_storage gsr_group;
struct sockaddr_storage gsr_source;
};
#endif
/**
......
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