Ignore:
Timestamp:
May 9, 2017 2:39:08 AM (7 years ago)
Author:
ming
Message:

Fixed #2015: Add multicast option in streamutil sample app

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/sock_bsd.c

    r5544 r5590  
    6363#ifdef SOL_IP 
    6464const pj_uint16_t PJ_SOL_IP     = SOL_IP; 
    65 #elif (defined(PJ_WIN32) && PJ_WIN32) || (defined(PJ_WIN64) && PJ_WIN64)  
     65#elif (defined(PJ_WIN32) && PJ_WIN32) || (defined(PJ_WIN64) && PJ_WIN64) || \ 
     66      (defined (IPPROTO_IP)) 
    6667const pj_uint16_t PJ_SOL_IP     = IPPROTO_IP; 
    6768#else 
Note: See TracChangeset for help on using the changeset viewer.