Changeset 5feadd7d7f351589a8090724601b5b66e9a2c2c9

Show
Ignore:
Timestamp:
03/03/07 09:44:55 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1172911495 +0000
git-parent:

[682564397e88bc20f25245bf27ccbc5bdab6f4f1]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1172911495 +0000
Message:

Add SSM definition for Vista (closes #313)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/network/udp.c

    r2a2b219 r5feadd7  
    290290 
    291291 
    292 #if 0 
    293292#if defined (WIN32) && !defined (MCAST_JOIN_SOURCE_GROUP) 
    294293/* 
     
    299298#  warning Your C headers are out-of-date. Please update. 
    300299 
    301 /* No, I won't guess the layout of these two. 
    302  * No, I don't want another socket protection level type-of obnoxious bug. */ 
    303 #  error Hmmm? This needs fixing. 
    304 #  define MCAST_JOIN_GROUP XXX 
     300#  define MCAST_JOIN_GROUP 41 
    305301struct group_req 
    306302{ 
    307     uint32_t gr_interface; FIXME 
    308     struct sockaddr_storage gr_group; FIXME 
     303    ULONG gr_interface; 
     304    struct sockaddr_storage gr_group; 
    309305}; 
    310  
    311306 
    312307#  define MCAST_JOIN_SOURCE_GROUP 45 /* from <ws2ipdef.h> */ 
     
    317312    struct sockaddr_storage gsr_source; 
    318313}; 
    319 #endif 
    320314#endif 
    321315