Browse Subversion Repository
Diff of /trunk/teraterm/ttpcmn/ttcmn.c
Parent Directory
| Revision Log
| Patch
| 32 |
#endif |
#endif |
| 33 |
|
|
| 34 |
/* TTCMN.DLL, main */ |
/* TTCMN.DLL, main */ |
|
#include "teraterm.h" |
|
|
#include "tttypes.h" |
|
| 35 |
#include <direct.h> |
#include <direct.h> |
| 36 |
#include <string.h> |
#include <string.h> |
|
#include "ttftypes.h" |
|
|
#include "ttlib.h" |
|
|
#include "language.h" |
|
| 37 |
#include <stdio.h> |
#include <stdio.h> |
| 38 |
#include <windows.h> |
#include <windows.h> |
| 39 |
#include <tchar.h> |
#include <tchar.h> |
| 41 |
#include <locale.h> |
#include <locale.h> |
| 42 |
#include <htmlhelp.h> |
#include <htmlhelp.h> |
| 43 |
|
|
| 44 |
|
#define DllExport __declspec(dllexport) |
| 45 |
|
#include "language.h" |
| 46 |
|
#undef DllExport |
| 47 |
|
|
| 48 |
|
#include "teraterm.h" |
| 49 |
|
#include "tttypes.h" |
| 50 |
|
#include "ttftypes.h" |
| 51 |
|
#include "ttlib.h" |
| 52 |
#include "compat_w95.h" |
#include "compat_w95.h" |
| 53 |
#include "tt_res.h" |
#include "tt_res.h" |
|
#include "ttcommon.h" |
|
| 54 |
#include "codeconv.h" |
#include "codeconv.h" |
| 55 |
|
|
| 56 |
|
#define DllExport __declspec(dllexport) |
| 57 |
|
#include "ttcommon.h" |
| 58 |
|
|
| 59 |
|
|
| 60 |
// TMap を格納するファイルマッピングオブジェクト(共有メモリ)の名前 |
// TMap を格納するファイルマッピングオブジェクト(共有メモリ)の名前 |
| 61 |
// TMap(とそのメンバ)の更新時は旧バージョンとの同時起動の為に変える必要があるが |
// TMap(とそのメンバ)の更新時は旧バージョンとの同時起動の為に変える必要があるが |
| 62 |
// 連番からバージョン番号を使うように変更した為、通常は手動で変更する必要は無い |
// 連番からバージョン番号を使うように変更した為、通常は手動で変更する必要は無い |
|
|
Legend:
| Removed from v.7535 |
|
| changed lines |
| |
Added in v.7536 |
|
|
|