Revision: 9239 https://osdn.net/projects/ttssh2/scm/svn/commits/9239 Author: zmatsuo Date: 2021-05-10 23:11:15 +0900 (Mon, 10 May 2021) Log Message: ----------- Visual Studio 2005 でビルドできなくなっていたので修正 - r9232 での誤り Revision Links: -------------- https://osdn.net/projects/ttssh2/scm/svn/commits/9232 Modified Paths: -------------- trunk/teraterm/common/devpkey_teraterm.h -------------- next part -------------- Modified: trunk/teraterm/common/devpkey_teraterm.h =================================================================== --- trunk/teraterm/common/devpkey_teraterm.h 2021-05-10 14:11:03 UTC (rev 9238) +++ trunk/teraterm/common/devpkey_teraterm.h 2021-05-10 14:11:15 UTC (rev 9239) @@ -29,7 +29,7 @@ #pragma once // \x82\xB1\x82̃t\x83@\x83C\x83\x8B\x82͂\xA0\x82\xBD\x82炵\x82\xA2\x83R\x83\x93\x83p\x83C\x83\x89\x8A\xAB\x82ł͕s\x97v -#if defined(_MSC_VER) && _MSC_VER >= 1400 +#if defined(_MSC_VER) && _MSC_VER > 1400 #error check file dependency #endif #if defined(__MINGW32__) && __MINGW64_VERSION_MAJOR >= 8