Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 8240 by zmatsuo, Wed Oct 2 14:00:04 2019 UTC revision 8268 by yasuhide, Mon Oct 7 13:14:35 2019 UTC
# Line 122  static LRESULT CALLBACK password_wnd_pro Line 122  static LRESULT CALLBACK password_wnd_pro
122                                          _tcscat_s(uimsg, _countof(uimsg), pvar->ts->UIMsg);                                          _tcscat_s(uimsg, _countof(uimsg), pvar->ts->UIMsg);
123                                  }                                  }
124                                  GetWindowRect(control, &rect);                                  GetWindowRect(control, &rect);
125                                  data->tipwin = TipWinCreate(control, rect.left, rect.bottom, uimsg);                                  data->tipwin = TipWinCreate(hInst, control, rect.left, rect.bottom, uimsg);
126                          }                          }
127    
128                          return 0;                          return 0;

Legend:
Removed from v.8240  
changed lines
  Added in v.8268

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