Changeset 2283 for pjproject/trunk/pjlib/include/pj/compat/socket.h
- Timestamp:
- Sep 16, 2008 4:11:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/compat/socket.h
r2190 r2283 54 54 * it has built-in IPv6 support. 55 55 */ 56 #if defined(_MSC_VER) && defined(PJ_HAS_IPV6) && PJ_HAS_IPV6!=056 #if defined(_MSC_VER) 57 57 # ifndef s_addr 58 58 # define s_addr S_un.S_addr … … 61 61 # include <ws2tcpip.h> 62 62 63 # if ndef IPPROTO_IPV663 # if !defined(IPPROTO_IPV6) && defined(PJ_HAS_IPV6) && PJ_HAS_IPV6!=0 64 64 /* Need to download and install IPv6Kit for this platform. 65 65 * Please see the comments above about Visual Studio 6.
Note: See TracChangeset
for help on using the changeset viewer.