Changeset 5312


Ignore:
Timestamp:
May 20, 2016 7:19:26 AM (8 years ago)
Author:
riza
Message:

Re #1917(misc): Fix tpipv6.h not found when enabling IPv6 on Visual Studio.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/compat/socket.h

    r4537 r5312  
    6565#   endif 
    6666 
    67 #   if !defined(IPPROTO_IPV6) 
     67#   if !defined(IPPROTO_IPV6) && (_WIN32_WINNT == 0x0500) 
    6868        /* Need to download and install IPv6Kit for this platform. 
    6969         * Please see the comments above about Visual Studio 6. 
Note: See TracChangeset for help on using the changeset viewer.