[ttssh2-commit] [10331] unicode_test.h への依存を減らした

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2022年 10月 24日 (月) 00:16:00 JST


Revision: 10331
          https://osdn.net/projects/ttssh2/scm/svn/commits/10331
Author:   zmatsuo
Date:     2022-10-24 00:15:59 +0900 (Mon, 24 Oct 2022)
Log Message:
-----------
unicode_test.h への依存を減らした

- テスト用 define を変更したときビルド時間を短縮するため

Modified Paths:
--------------
    trunk/teraterm/common/tttypes.h
    trunk/teraterm/teraterm/buffer.c
    trunk/teraterm/teraterm/clipboar.h
    trunk/teraterm/ttpdlg/ttdlg.c

-------------- next part --------------
Modified: trunk/teraterm/common/tttypes.h
===================================================================
--- trunk/teraterm/common/tttypes.h	2022-10-19 14:27:02 UTC (rev 10330)
+++ trunk/teraterm/common/tttypes.h	2022-10-23 15:15:59 UTC (rev 10331)
@@ -32,7 +32,6 @@
 
 #include "teraterm.h"
 #include "tt-version.h"
-#include "../teraterm/unicode_test.h"
 #include "tttypes_charset.h"
 
 #define IdBreakTimer         1

Modified: trunk/teraterm/teraterm/buffer.c
===================================================================
--- trunk/teraterm/teraterm/buffer.c	2022-10-19 14:27:02 UTC (rev 10330)
+++ trunk/teraterm/teraterm/buffer.c	2022-10-23 15:15:59 UTC (rev 10331)
@@ -46,7 +46,6 @@
 #include "codeconv.h"
 #include "unicode.h"
 #include "buffer.h"
-#include "unicode_test.h"
 #include "asprintf.h"
 #include "ttcstd.h"
 

Modified: trunk/teraterm/teraterm/clipboar.h
===================================================================
--- trunk/teraterm/teraterm/clipboar.h	2022-10-19 14:27:02 UTC (rev 10330)
+++ trunk/teraterm/teraterm/clipboar.h	2022-10-23 15:15:59 UTC (rev 10331)
@@ -29,8 +29,6 @@
 
 /* TERATERM.EXE, Clipboard routines */
 
-#include "unicode_test.h"
-
 #ifdef __cplusplus
 extern "C" {
 #endif

Modified: trunk/teraterm/ttpdlg/ttdlg.c
===================================================================
--- trunk/teraterm/ttpdlg/ttdlg.c	2022-10-19 14:27:02 UTC (rev 10330)
+++ trunk/teraterm/ttpdlg/ttdlg.c	2022-10-23 15:15:59 UTC (rev 10331)
@@ -48,7 +48,6 @@
 #include "dlg_res.h"
 #include "svnversion.h"
 #include "ttdlg.h"
-#include "../teraterm/unicode_test.h"
 #include "tipwin.h"
 #include "comportinfo.h"
 #include "codeconv.h"


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