Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.h

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

revision 2975 by yutakapon, Fri Apr 27 12:41:33 2007 UTC revision 2980 by maya, Wed Jun 6 14:10:12 2007 UTC
# Line 36  See LICENSE.TXT for the license. Line 36  See LICENSE.TXT for the license.
36    
37  #pragma warning(3 : 4035)  #pragma warning(3 : 4035)
38    
39  #ifdef INET6  #ifndef NO_INET6
40  #include <winsock2.h>  #include <winsock2.h>
41  #include <ws2tcpip.h>  #include <ws2tcpip.h>
42  /* actual body of in6addr_any and in6addr_loopback is disappeared?? */  /* actual body of in6addr_any and in6addr_loopback is disappeared?? */
# Line 48  See LICENSE.TXT for the license. Line 48  See LICENSE.TXT for the license.
48           (*(unsigned int *)(&(a)->s6_addr[12]) == ntohl(1)))           (*(unsigned int *)(&(a)->s6_addr[12]) == ntohl(1)))
49  /* work around for MS Platform SDK Oct 2000 */  /* work around for MS Platform SDK Oct 2000 */
50  #include <malloc.h> /* prevent of conflict stdlib.h */  #include <malloc.h> /* prevent of conflict stdlib.h */
51  #endif /* INET6 */  #endif /* NO_INET6 */
52  #include <stdlib.h>  #include <stdlib.h>
53  #include <crtdbg.h>  #include <crtdbg.h>
54    
55  #ifdef I18N  #ifndef NO_I18N
56  #include "i18n.h"  #include "i18n.h"
57  #endif  #endif
58    

Legend:
Removed from v.2975  
changed lines
  Added in v.2980

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