Revision: 9408 https://osdn.net/projects/ttssh2/scm/svn/commits/9408 Author: zmatsuo Date: 2021-09-11 00:51:03 +0900 (Sat, 11 Sep 2021) Log Message: ----------- 警告が出ていたので修正 - warning C4013: 関数 'hGetPrivateProfileStringW' は定義されていません。int 型の値を返す外部関数と見なします。 - #include "win32helper.h" を追加 Modified Paths: -------------- trunk/ttssh2/ttxssh/ttxssh.c -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/ttxssh.c =================================================================== --- trunk/ttssh2/ttxssh/ttxssh.c 2021-09-10 15:50:52 UTC (rev 9407) +++ trunk/ttssh2/ttxssh/ttxssh.c 2021-09-10 15:51:03 UTC (rev 9408) @@ -80,6 +80,7 @@ #include "mac.h" #include "comp.h" #include "dlglib.h" +#include "win32helper.h" #include "sftp.h"