Revision: 9022 https://osdn.net/projects/ttssh2/scm/svn/commits/9022 Author: zmatsuo Date: 2020-11-02 00:42:03 +0900 (Mon, 02 Nov 2020) Log Message: ----------- common/ttftypes.h を削除 Modified Paths: -------------- branches/proto_unicode/teraterm/teraterm/CMakeLists.txt branches/proto_unicode/teraterm/teraterm/filesys_proto.cpp branches/proto_unicode/teraterm/teraterm/ttermpro.v16.vcxproj branches/proto_unicode/teraterm/teraterm/ttermpro.v16.vcxproj.filters branches/proto_unicode/teraterm/teraterm/ttermpro.v8.vcproj branches/proto_unicode/teraterm/ttpcmn/CMakeLists.txt Removed Paths: ------------- branches/proto_unicode/teraterm/common/ttftypes.h -------------- next part -------------- Deleted: branches/proto_unicode/teraterm/common/ttftypes.h =================================================================== --- branches/proto_unicode/teraterm/common/ttftypes.h 2020-11-01 15:41:48 UTC (rev 9021) +++ branches/proto_unicode/teraterm/common/ttftypes.h 2020-11-01 15:42:03 UTC (rev 9022) @@ -1,38 +0,0 @@ -/* - * Copyright (C) 1994-1998 T. Teranishi - * (C) 2007-2020 TeraTerm Project - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. - * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT, - * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF - * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -/* Constants, types for file transfer */ -#pragma once - -#define PROTO_KMT 1 -#define PROTO_XM 2 -#define PROTO_ZM 3 -#define PROTO_BP 4 -#define PROTO_QV 5 -#define PROTO_YM 6 Modified: branches/proto_unicode/teraterm/teraterm/CMakeLists.txt =================================================================== --- branches/proto_unicode/teraterm/teraterm/CMakeLists.txt 2020-11-01 15:41:48 UTC (rev 9021) +++ branches/proto_unicode/teraterm/teraterm/CMakeLists.txt 2020-11-01 15:42:03 UTC (rev 9022) @@ -121,7 +121,6 @@ ../common/ttddecmnd.h ../common/tttypes.h ../common/tektypes.h - ../common/ttftypes.h ../common/ttplugin.h ../common/tt-version.h ../common/teraterm.h Modified: branches/proto_unicode/teraterm/teraterm/filesys_proto.cpp =================================================================== --- branches/proto_unicode/teraterm/teraterm/filesys_proto.cpp 2020-11-01 15:41:48 UTC (rev 9021) +++ branches/proto_unicode/teraterm/teraterm/filesys_proto.cpp 2020-11-01 15:42:03 UTC (rev 9022) @@ -37,7 +37,6 @@ #include "teraterm.h" #include "tttypes.h" -#include "ttftypes.h" #include "protodlg.h" #include "ttwinman.h" #include "commlib.h" @@ -82,6 +81,13 @@ #define OpYRcv 15 #define OpYSend 16 +#define PROTO_KMT 1 +#define PROTO_XM 2 +#define PROTO_ZM 3 +#define PROTO_BP 4 +#define PROTO_QV 5 +#define PROTO_YM 6 + #define TitKmtRcv L"Kermit Receive" #define TitKmtGet L"Kermit Get" #define TitKmtSend L"Kermit Send" Modified: branches/proto_unicode/teraterm/teraterm/ttermpro.v16.vcxproj =================================================================== --- branches/proto_unicode/teraterm/teraterm/ttermpro.v16.vcxproj 2020-11-01 15:41:48 UTC (rev 9021) +++ branches/proto_unicode/teraterm/teraterm/ttermpro.v16.vcxproj 2020-11-01 15:42:03 UTC (rev 9022) @@ -246,7 +246,6 @@ <ClInclude Include="..\common\tt_res.h" /> <ClInclude Include="..\common\ttcommon.h" /> <ClInclude Include="..\common\ttddecmnd.h" /> - <ClInclude Include="..\common\ttftypes.h" /> <ClInclude Include="..\common\ttlib.h" /> <ClInclude Include="..\common\ttplugin.h" /> <ClInclude Include="..\common\tttypes.h" /> @@ -311,4 +310,4 @@ <UserProperties RESOURCE_FILE="ttermpro.rc" /> </VisualStudio> </ProjectExtensions> -</Project> +</Project> \ No newline at end of file Modified: branches/proto_unicode/teraterm/teraterm/ttermpro.v16.vcxproj.filters =================================================================== --- branches/proto_unicode/teraterm/teraterm/ttermpro.v16.vcxproj.filters 2020-11-01 15:41:48 UTC (rev 9021) +++ branches/proto_unicode/teraterm/teraterm/ttermpro.v16.vcxproj.filters 2020-11-01 15:42:03 UTC (rev 9022) @@ -252,9 +252,6 @@ <ClInclude Include="ttwinman.h"> <Filter>Header Files</Filter> </ClInclude> - <ClInclude Include="..\common\ttftypes.h"> - <Filter>Header Files</Filter> - </ClInclude> <ClInclude Include="teklib.h"> <Filter>Header Files</Filter> </ClInclude> Modified: branches/proto_unicode/teraterm/teraterm/ttermpro.v8.vcproj =================================================================== --- branches/proto_unicode/teraterm/teraterm/ttermpro.v8.vcproj 2020-11-01 15:41:48 UTC (rev 9021) +++ branches/proto_unicode/teraterm/teraterm/ttermpro.v8.vcproj 2020-11-01 15:42:03 UTC (rev 9022) @@ -499,10 +499,6 @@ > </File> <File - RelativePath="..\common\ttftypes.h" - > - </File> - <File RelativePath=".\ttime.h" > </File> Modified: branches/proto_unicode/teraterm/ttpcmn/CMakeLists.txt =================================================================== --- branches/proto_unicode/teraterm/ttpcmn/CMakeLists.txt 2020-11-01 15:41:48 UTC (rev 9021) +++ branches/proto_unicode/teraterm/ttpcmn/CMakeLists.txt 2020-11-01 15:42:03 UTC (rev 9022) @@ -12,7 +12,6 @@ ../common/servicenames.c ../common/servicenames.h ../common/tt-version.h - ../common/ttftypes.h ../common/ttcommon.h ../common/tt_res.h ../common/codeconv.h