Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/ttxssh.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6717 by doda, Fri May 12 12:42:07 2017 UTC revision 6738 by maya, Sat May 20 06:38:01 2017 UTC
# Line 46  See LICENSE.TXT for the license. Line 46  See LICENSE.TXT for the license.
46          #endif          #endif
47  #endif  #endif
48    
 #ifndef NO_INET6  
49  #include <winsock2.h>  #include <winsock2.h>
50  #include <ws2tcpip.h>  #include <ws2tcpip.h>
51  /* actual body of in6addr_any and in6addr_loopback is disappeared?? */  /* actual body of in6addr_any and in6addr_loopback is disappeared?? */
# Line 58  See LICENSE.TXT for the license. Line 57  See LICENSE.TXT for the license.
57           (*(unsigned int *)(&(a)->s6_addr[12]) == ntohl(1)))           (*(unsigned int *)(&(a)->s6_addr[12]) == ntohl(1)))
58  /* work around for MS Platform SDK Oct 2000 */  /* work around for MS Platform SDK Oct 2000 */
59  #include <malloc.h> /* prevent of conflict stdlib.h */  #include <malloc.h> /* prevent of conflict stdlib.h */
 #endif /* NO_INET6 */  
60  #include <stdlib.h>  #include <stdlib.h>
61  #include <stdarg.h>  #include <stdarg.h>
62  #include <crtdbg.h>  #include <crtdbg.h>

Legend:
Removed from v.6717  
changed lines
  Added in v.6738

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26