Ignore:
Timestamp:
Sep 16, 2008 4:11:44 PM (16 years ago)
Author:
nanang
Message:

Ticket #629: Added IGMPv2 multicast socket options (thanks David Parker for the patch).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/compat/socket.h

    r2190 r2283  
    5454 * it has built-in IPv6 support. 
    5555 */ 
    56 #if defined(_MSC_VER) && defined(PJ_HAS_IPV6) && PJ_HAS_IPV6!=0 
     56#if defined(_MSC_VER) 
    5757#   ifndef s_addr 
    5858#       define s_addr  S_un.S_addr 
     
    6161#   include <ws2tcpip.h> 
    6262 
    63 #   ifndef IPPROTO_IPV6 
     63#   if !defined(IPPROTO_IPV6) && defined(PJ_HAS_IPV6) && PJ_HAS_IPV6!=0 
    6464        /* Need to download and install IPv6Kit for this platform. 
    6565         * Please see the comments above about Visual Studio 6. 
Note: See TracChangeset for help on using the changeset viewer.