Ignore:
Timestamp:
Nov 22, 2017 6:59:47 AM (6 years ago)
Author:
riza
Message:

Close #2067: Fix linker error when building as dll on VS2015.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transport.c

    r5690 r5701  
    14241424    pj_status_t status = -1; 
    14251425 
    1426     af = (tp_type & PJSIP_TRANSPORT_IPV6)? PJ_AF_INET6 : PJ_AF_INET; 
     1426    af = (tp_type & PJSIP_TRANSPORT_IPV6)? pj_AF_INET6() : pj_AF_INET(); 
    14271427 
    14281428    if (pjsip_cfg()->endpt.resolve_hostname_to_get_interface) { 
Note: See TracChangeset for help on using the changeset viewer.