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