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 3025 by maya, Thu Oct 4 15:15:04 2007 UTC revision 3026 by maya, Thu Oct 4 15:18:31 2007 UTC
# Line 46  static HFONT DlgAuthFont; Line 46  static HFONT DlgAuthFont;
46  static HFONT DlgTisFont;  static HFONT DlgTisFont;
47  static HFONT DlgAuthSetupFont;  static HFONT DlgAuthSetupFont;
48    
49    const int IDC_TIMER1 = 300;
50    const int IDC_TIMER2 = 301;
51    const int autologin_timeout = 10; // ミリ秒
52    
53  void destroy_malloced_string(char FAR * FAR * str)  void destroy_malloced_string(char FAR * FAR * str)
54  {  {
55          if (*str != NULL) {          if (*str != NULL) {
# Line 578  static BOOL end_auth_dlg(PTInstVar pvar, Line 582  static BOOL end_auth_dlg(PTInstVar pvar,
582  static BOOL CALLBACK auth_dlg_proc(HWND dlg, UINT msg, WPARAM wParam,  static BOOL CALLBACK auth_dlg_proc(HWND dlg, UINT msg, WPARAM wParam,
583                                     LPARAM lParam)                                     LPARAM lParam)
584  {  {
         const int IDC_TIMER1 = 300;  
         const int IDC_TIMER2 = 301;  
         const int autologin_timeout = 10; // ミリ秒  
585          PTInstVar pvar;          PTInstVar pvar;
586          LOGFONT logfont;          LOGFONT logfont;
587          HFONT font;          HFONT font;

Legend:
Removed from v.3025  
changed lines
  Added in v.3026

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