[Ttssh2-commit] [6834] バージョン番号に合わせて共有メモリ名が変わるようにした

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2017年 7月 5日 (水) 00:01:38 JST


Revision: 6834
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6834
Author:   doda
Date:     2017-07-05 00:01:38 +0900 (Wed, 05 Jul 2017)
Log Message:
-----------
バージョン番号に合わせて共有メモリ名が変わるようにした

Modified Paths:
--------------
    trunk/ttssh2/ttxssh/ttxssh.h

-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/ttxssh.h
===================================================================
--- trunk/ttssh2/ttxssh/ttxssh.h	2017-07-04 15:01:34 UTC (rev 6833)
+++ trunk/ttssh2/ttxssh/ttxssh.h	2017-07-04 15:01:38 UTC (rev 6834)
@@ -66,6 +66,7 @@
 
 typedef struct _TInstVar *PTInstVar;
 
+#include "ttxssh-version.h"
 #include "util.h"
 #include "pkt.h"
 #include "ssh.h"
@@ -327,9 +328,8 @@
 	char subsystem_name[256];
 } TInstVar;
 
-// \x88قȂ\xE9\x83o\x81[\x83W\x83\x87\x83\x93\x82̓\xAF\x8E\x9E\x8BN\x93\xAE\x82Ŗ\xE2\x91\xE8\x82\xF0\x8BN\x82\xB1\x82\xB3\x82Ȃ\xA2\x82悤\x82ɁA
-// TS_SSH \x82\xA8\x82\xE6\x82\xD1 TInstVar \x82̃\x81\x83\x93\x83o\x82\xF0\x95ύX\x82\xB5\x82\xBD\x8Fꍇ\x82͈ȉ\xBA\x82̖\xBC\x91O\x82\xF0\x95ύX\x82\xB7\x82鎖
-#define TTSSH_FILEMAPNAME "TTSSH_2-81_TS_data"
+// \x83o\x81[\x83W\x83\x87\x83\x93\x82ɍ\x87\x82킹\x82Ď\xA9\x93\xAE\x95ύX\x82\xB3\x82\xEA\x82\xE9\x81B \x97\xE1: TTSSH_2-81_TS_data
+#define TTSSH_FILEMAPNAME "TTSSH_" TTSSH_VERSION_STR("-") "_TS_data"
 
 #define LOG_LEVEL_FATAL      5
 #define LOG_LEVEL_ERROR      10



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