Ignore:
Timestamp:
Jun 19, 2013 6:47:43 AM (11 years ago)
Author:
riza
Message:

Re #1680: Add initial support for Win64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/ice_session.c

    r4365 r4537  
    102102#define LOG4(expr)              PJ_LOG(4,expr) 
    103103#define LOG5(expr)              PJ_LOG(4,expr) 
    104 #define GET_LCAND_ID(cand)      (cand - ice->lcand) 
     104#define GET_LCAND_ID(cand)      (unsigned)(cand - ice->lcand) 
    105105#define GET_CHECK_ID(cl, chk)   (chk - (cl)->checks) 
    106106 
Note: See TracChangeset for help on using the changeset viewer.