• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

かんしゃのきもち (気持ちだけ)


Commit MetaInfo

修订版097483f584836af9fd6d0665b6bf71d74a7c02e2 (tree)
时间2022-07-19 23:11:44
作者IWAMOTO Kouichi <sue@iwmt...>
CommiterIWAMOTO Kouichi

Log Message

Tera Term 5 のソースに対応

更改概述

差异

--- a/TTXFlyingTeraTerm.c
+++ b/TTXFlyingTeraTerm.c
@@ -31,7 +31,9 @@
3131 #include "ttplugin.h"
3232 #include "tt_res.h"
3333
34-#include "compat_w95.h"
34+#if TT_VERSION_MAJOR < 5
35+ #include "compat_w95.h"
36+#endif
3537
3638 #define ORDER 5990
3739
@@ -104,7 +106,9 @@ BOOL WINAPI DllMain(HANDLE hInstance,
104106 break;
105107 case DLL_PROCESS_ATTACH:
106108 /* do process initialization */
109+#if TT_VERSION_MAJOR < 5
107110 DoCover_IsDebuggerPresent();
111+#endif
108112 hInst = hInstance;
109113 pvar = &InstVar;
110114 break;