Revision: 10722 https://osdn.net/projects/ttssh2/scm/svn/commits/10722 Author: zmatsuo Date: 2023-05-29 23:28:54 +0900 (Mon, 29 May 2023) Log Message: ----------- Linux上でビルドできるよう修正 - ファイル名を小文字にした Modified Paths: -------------- trunk/ttssh2/libsshagentc/sshagentc/agentc.cpp -------------- next part -------------- Modified: trunk/ttssh2/libsshagentc/sshagentc/agentc.cpp =================================================================== --- trunk/ttssh2/libsshagentc/sshagentc/agentc.cpp 2023-05-29 11:54:29 UTC (rev 10721) +++ trunk/ttssh2/libsshagentc/sshagentc/agentc.cpp 2023-05-29 14:28:54 UTC (rev 10722) @@ -41,7 +41,7 @@ #include <assert.h> #include <vector> #include <windows.h> -#include <Lmcons.h> // for UNLEN +#include <lmcons.h> // for UNLEN #include "libputty.h" #include "sha256.h"