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