Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3325 by maya, Sat Apr 18 05:27:30 2009 UTC revision 3334 by yutakapon, Tue Apr 21 15:12:04 2009 UTC
# Line 8133  static unsigned __stdcall ssh_scp_thread Line 8133  static unsigned __stdcall ssh_scp_thread
8133    
8134          do {          do {
8135                  // Cancelボタンが押下されたらウィンドウが消える。                  // Cancelボタンが押下されたらウィンドウが消える。
8136                  if (IsWindowVisible(hWnd) == 0)                  if (IsWindow(hWnd) == 0)
8137                          goto cancel_abort;                          goto cancel_abort;
8138    
8139                  // ファイルから読み込んだデータはかならずサーバへ送信する。                  // ファイルから読み込んだデータはかならずサーバへ送信する。
# Line 8257  static unsigned __stdcall ssh_scp_receiv Line 8257  static unsigned __stdcall ssh_scp_receiv
8257    
8258          for (;;) {          for (;;) {
8259                  // Cancelボタンが押下されたらウィンドウが消える。                  // Cancelボタンが押下されたらウィンドウが消える。
8260                  if (IsWindowVisible(hWnd) == 0)                  if (IsWindow(hWnd) == 0)
8261                          goto cancel_abort;                          goto cancel_abort;
8262    
8263                  if (PeekMessage(&msg, NULL, 0, 0, PM_REMOVE) != 0) {                  if (PeekMessage(&msg, NULL, 0, 0, PM_REMOVE) != 0) {

Legend:
Removed from v.3325  
changed lines
  Added in v.3334

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26