[Ttssh2-commit] [7508] Visual Studio 2005 でビルドできないのを修正

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 3月 24日 (日) 12:44:59 JST


Revision: 7508
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7508
Author:   maya
Date:     2019-03-24 12:44:58 +0900 (Sun, 24 Mar 2019)
Log Message:
-----------
Visual Studio 2005 でビルドできないのを修正

r7507 で発生

Revision Links:
--------------
    http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7507

Modified Paths:
--------------
    trunk/ttssh2/ttxssh/auth.c

-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/auth.c
===================================================================
--- trunk/ttssh2/ttxssh/auth.c	2019-03-22 17:19:15 UTC (rev 7507)
+++ trunk/ttssh2/ttxssh/auth.c	2019-03-24 03:44:58 UTC (rev 7508)
@@ -80,6 +80,7 @@
 
 			if (tipwin == NULL) {
 				TCHAR *s;
+				RECT rect;
 				if (wParam == 'V' - 'A' + 1) {
 					s = _T("\x90\xA7\x8C䕶\x8E\x9A\x82\xF0\x93\xFC\x97͂\xB5\x82Ă\xA2\x82܂\xB7")
 						_T("\n")
@@ -87,7 +88,6 @@
 				} else {
 					s = _T("\x90\xA7\x8C䕶\x8E\x9A\x82\xF0\x93\xFC\x97͂\xB5\x82Ă\xA2\x82܂\xB7");
 				}
-				RECT rect;
 				GetWindowRect(control, &rect);
 				tipwin = TipWinCreate(control, rect.left, rect.bottom, s);
 			}


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