Revision: 9482 https://osdn.net/projects/ttssh2/scm/svn/commits/9482 Author: zmatsuo Date: 2021-10-19 00:44:24 +0900 (Tue, 19 Oct 2021) Log Message: ----------- Ubuntuでビルドできるよう修正 - ファイル名が誤っていたので修正 - 大文字小文字 - WM_DPICHANGED が定義されていなかったので修正 - WINVER のデフォルトが 0x0502 だったため - WM_DPICHANGED が使えるのは WINVER 0x0601 以上 Modified Paths: -------------- trunk/TTProxy/YCL/include/YCL/StringUtil.h trunk/ttssh2/ttxssh/auth.c -------------- next part -------------- Modified: trunk/TTProxy/YCL/include/YCL/StringUtil.h =================================================================== --- trunk/TTProxy/YCL/include/YCL/StringUtil.h 2021-10-18 14:55:44 UTC (rev 9481) +++ trunk/TTProxy/YCL/include/YCL/StringUtil.h 2021-10-18 15:44:24 UTC (rev 9482) @@ -11,7 +11,7 @@ #include <YCL/String.h> #include <YCL/StringBuffer.h> -#include <YCL/wStringBuffer.h> +#include <YCL/WStringBuffer.h> namespace yebisuya { Modified: trunk/ttssh2/ttxssh/auth.c =================================================================== --- trunk/ttssh2/ttxssh/auth.c 2021-10-18 14:55:44 UTC (rev 9481) +++ trunk/ttssh2/ttxssh/auth.c 2021-10-18 15:44:24 UTC (rev 9482) @@ -54,6 +54,7 @@ #include "codeconv.h" #include "asprintf.h" #include "win32helper.h" +#include "compat_win.h" #define AUTH_START_USER_AUTH_ON_ERROR_END 1