Changeset 00ba59b08b3b34f6b2d5fdf39c9cdc49cac79e07
- Timestamp:
- 24/11/06 21:43:18
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1164400998 +0000
- git-parent:
[28c2a1ce8b600bb8423d0b1f1016bb3f168935a4]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1164400998 +0000
- Message:
We have a problem here.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7a68926 |
r00ba59b |
|
| 298 | 298 | # warning Your C headers are out-of-date. Please update. |
|---|
| 299 | 299 | |
|---|
| 300 | | /* Most (all?) Mingw32 versions in use are yet to pick up Vista stuff */ |
|---|
| | 300 | /* No, I won't guess the layout of these two. |
|---|
| | 301 | * No, I don't want another socket protection level type-of obnoxious bug. */ |
|---|
| | 302 | # error Hmmm? This needs fixing. |
|---|
| | 303 | # define MCAST_JOIN_GROUP XXX |
|---|
| | 304 | struct group_req |
|---|
| | 305 | { |
|---|
| | 306 | uint32_t gr_interface; FIXME |
|---|
| | 307 | struct sockaddr_storage gr_group; FIXME |
|---|
| | 308 | }; |
|---|
| | 309 | |
|---|
| | 310 | |
|---|
| 301 | 311 | # define MCAST_JOIN_SOURCE_GROUP 45 /* from <ws2ipdef.h> */ |
|---|
| 302 | 312 | struct group_source_req |
|---|
| … | … | |
| 306 | 316 | struct sockaddr_storage gsr_source; |
|---|
| 307 | 317 | }; |
|---|
| 308 | | # endif |
|---|
| | 318 | #endif |
|---|
| 309 | 319 | |
|---|
| 310 | 320 | /** |
|---|