- Timestamp:
- Jan 19, 2008 3:51:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/users/nanang/third_party/srtp/srtp/srtp.c
r1699 r1718 484 484 } 485 485 #else 486 #if _MSC_VER <= 1200 487 key_limit_set(srtp->limit, 0xffffffffffffI64); 488 #else 489 key_limit_set(srtp->limit, 0xffffffffffffLL); 490 #endif 486 key_limit_set(srtp->limit, PJ_UINT64(0xffffffffffff)); 491 487 #endif 492 488
Note: See TracChangeset
for help on using the changeset viewer.