Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/auth.c
Parent Directory
| Revision Log
| Patch
| 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> |
| 374 |
char filter[MAX_UIMSG]; |
char filter[MAX_UIMSG]; |
| 375 |
|
|
| 376 |
ZeroMemory(¶ms, sizeof(params)); |
ZeroMemory(¶ms, 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 |
|
|
|