[Ttssh2-commit] [9240] 不要な #include <tchar.h> を削除

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2021年 5月 10日 (月) 23:11:24 JST


Revision: 9240
          https://osdn.net/projects/ttssh2/scm/svn/commits/9240
Author:   zmatsuo
Date:     2021-05-10 23:11:24 +0900 (Mon, 10 May 2021)
Log Message:
-----------
不要な #include <tchar.h> を削除

Modified Paths:
--------------
    trunk/teraterm/common/fileread.cpp
    trunk/teraterm/ttpcmn/ttcmn.c

-------------- next part --------------
Modified: trunk/teraterm/common/fileread.cpp
===================================================================
--- trunk/teraterm/common/fileread.cpp	2021-05-10 14:11:15 UTC (rev 9239)
+++ trunk/teraterm/common/fileread.cpp	2021-05-10 14:11:24 UTC (rev 9240)
@@ -32,7 +32,6 @@
 #include <stdint.h>
 #endif
 #include <windows.h>
-#include <tchar.h>
 #define _CRTDBG_MAP_ALLOC
 #include <crtdbg.h>
 

Modified: trunk/teraterm/ttpcmn/ttcmn.c
===================================================================
--- trunk/teraterm/ttpcmn/ttcmn.c	2021-05-10 14:11:15 UTC (rev 9239)
+++ trunk/teraterm/ttpcmn/ttcmn.c	2021-05-10 14:11:24 UTC (rev 9240)
@@ -32,7 +32,6 @@
 #include <string.h>
 #include <stdio.h>
 #include <windows.h>
-#include <tchar.h>
 #include <setupapi.h>
 #include <locale.h>
 #include <htmlhelp.h>


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