Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
5cf832c9
Commit
5cf832c9
authored
Aug 20, 2011
by
Rémi Denis-Courmont
Browse files
Do not redefine stuff from <ws2ipdef.h>
This fixes compilation with newer Mingw-w64.
parent
45a540ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/network/udp.c
View file @
5cf832c9
...
...
@@ -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
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment