Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
5feadd7d
Commit
5feadd7d
authored
Mar 03, 2007
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add SSM definition for Vista (closes #313)
parent
68256439
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
src/network/udp.c
src/network/udp.c
+3
-9
No files found.
src/network/udp.c
View file @
5feadd7d
...
...
@@ -289,7 +289,6 @@ 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.
...
...
@@ -298,17 +297,13 @@ net_IPv6Join (vlc_object_t *obj, int fd, const struct sockaddr_in6 *src)
*/
# warning Your C headers are out-of-date. Please update.
/* No, I won't guess the layout of these two.
* No, I don't want another socket protection level type-of obnoxious bug. */
# error Hmmm? This needs fixing.
# define MCAST_JOIN_GROUP XXX
# define MCAST_JOIN_GROUP 41
struct
group_req
{
uint32_t gr_interface; FIXME
struct sockaddr_storage gr_group;
FIXME
ULONG
gr_interface
;
struct
sockaddr_storage
gr_group
;
};
# define MCAST_JOIN_SOURCE_GROUP 45
/* from <ws2ipdef.h> */
struct
group_source_req
{
...
...
@@ -317,7 +312,6 @@ struct group_source_req
struct
sockaddr_storage
gsr_source
;
};
#endif
#endif
/**
* IP-agnostic multicast join,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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