[Ttssh2-commit] [7341] 16bitAPIを使用しない

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2018年 12月 23日 (日) 01:18:09 JST


Revision: 7341
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7341
Author:   zmatsuo
Date:     2018-12-23 01:18:08 +0900 (Sun, 23 Dec 2018)
Log Message:
-----------
16bitAPIを使用しない

Modified Paths:
--------------
    trunk/teraterm/teraterm/telnet.c

-------------- next part --------------
Modified: trunk/teraterm/teraterm/telnet.c
===================================================================
--- trunk/teraterm/teraterm/telnet.c	2018-12-22 16:17:32 UTC (rev 7340)
+++ trunk/teraterm/teraterm/telnet.c	2018-12-22 16:18:08 UTC (rev 7341)
@@ -41,6 +41,7 @@
 
 #include "telnet.h"
 #include "tt_res.h"
+#include "win16api.h"
 
 int TelStatus;
 
@@ -62,7 +63,7 @@
 	BOOL SubOptIAC;
 	BOOL ChangeWinSize;
 	POINT WinSize;
-	int LogFile;
+	HANDLE LogFile;
 } TelRec;
 typedef TelRec *PTelRec;
 


Ttssh2-commit メーリングリストの案内
Back to archive index