Changeset 3145 for pjproject/trunk
- Timestamp:
- Apr 26, 2010 7:08:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/sock.h
r2966 r3145 523 523 /* Do not use this with Winsock2, as this will align pj_sockaddr_in6 524 524 * to 64-bit boundary and Winsock2 doesn't like it! 525 * Update 26/04/2010: 526 * This is now disabled, see http://trac.pjsip.org/repos/ticket/1058 525 527 */ 526 #if defined(PJ_HAS_INT64) && PJ_HAS_INT64!=0 && \528 #if 0 && defined(PJ_HAS_INT64) && PJ_HAS_INT64!=0 && \ 527 529 (!defined(PJ_WIN32) || PJ_WIN32==0) 528 530 pj_int64_t u6_addr64[2];
Note: See TracChangeset
for help on using the changeset viewer.