Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 90 |
#include "tttypes.h" |
#include "tttypes.h" |
| 91 |
#include "ttplugin.h" |
#include "ttplugin.h" |
| 92 |
|
|
| 93 |
#if defined(_MSC_VER) && _MSC_VER < 1910 |
#if defined(_MSC_VER) && !defined(_Printf_format_string_) |
| 94 |
// 2017未満のときは無効とする |
// 定義されていないときは何もしないように定義しておく |
| 95 |
#define _Printf_format_string_ |
#define _Printf_format_string_ |
| 96 |
#endif |
#endif |
| 97 |
|
|
|
|
Legend:
| Removed from v.7714 |
|
| changed lines |
| |
Added in v.7773 |
|
|
|