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 7101 by doda, Thu Apr 19 11:58:00 2018 UTC revision 7360 by zmatsuo, Sun Dec 23 16:13:05 2018 UTC
# Line 31  Line 31 
31  #include "util.h"  #include "util.h"
32  #include "ssh.h"  #include "ssh.h"
33  #include "key.h"  #include "key.h"
34    #include "ttlib.h"
35    
36  #include <io.h>  #include <io.h>
37  #include <fcntl.h>  #include <fcntl.h>
# Line 373  static int get_key_file_name(HWND parent Line 374  static int get_key_file_name(HWND parent
374          char filter[MAX_UIMSG];          char filter[MAX_UIMSG];
375    
376          ZeroMemory(&params, sizeof(params));          ZeroMemory(&params, sizeof(params));
377          params.lStructSize = sizeof(OPENFILENAME);          params.lStructSize = get_OPENFILENAME_SIZE();
378          params.hwndOwner = parent;          params.hwndOwner = parent;
379          // フィルタの追加 (2004.12.19 yutaka)          // フィルタの追加 (2004.12.19 yutaka)
380          // 3ファイルフィルタの追加 (2005.4.26 yutaka)          // 3ファイルフィルタの追加 (2005.4.26 yutaka)

Legend:
Removed from v.7101  
changed lines
  Added in v.7360

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