Revision: 8072 https://osdn.net/projects/ttssh2/scm/svn/commits/8072 Author: zmatsuo Date: 2019-09-06 22:02:52 +0900 (Fri, 06 Sep 2019) Log Message: ----------- case sensitive なシステムでのビルドを考慮 - wslでエラーが出た Modified Paths: -------------- trunk/ttssh2/ttxssh/auth.c -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/auth.c =================================================================== --- trunk/ttssh2/ttxssh/auth.c 2019-09-06 13:02:41 UTC (rev 8071) +++ trunk/ttssh2/ttxssh/auth.c 2019-09-06 13:02:52 UTC (rev 8072) @@ -38,7 +38,7 @@ #include <fcntl.h> #include <stdlib.h> #include <errno.h> -#include <Lmcons.h> // for UNLEN +#include <lmcons.h> // for UNLEN #include <crtdbg.h> #include "resource.h"