[ttssh2-commit] [10722] Linux上でビルドできるよう修正

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2023年 5月 29日 (月) 23:28:54 JST


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"
 


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