Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 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?? */ |
| 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 |
|
|
|