Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 2792 by yutakakn, Mon Feb 28 14:51:44 2005 UTC revision 2793 by yutakakn, Thu Mar 3 13:28:23 2005 UTC
# Line 1381  static void append_about_text(HWND dlg, Line 1381  static void append_about_text(HWND dlg,
1381  }  }
1382    
1383  // 実行ファイルからバージョン情報を得る (2005.2.28 yutaka)  // 実行ファイルからバージョン情報を得る (2005.2.28 yutaka)
1384  static void get_file_version(char *exefile, int *major, int *minor, int *release, int *build)  void get_file_version(char *exefile, int *major, int *minor, int *release, int *build)
1385  {  {
1386          typedef struct {          typedef struct {
1387                  WORD wLanguage;                  WORD wLanguage;
# Line 2184  int CALLBACK LibMain(HANDLE hInstance, W Line 2184  int CALLBACK LibMain(HANDLE hInstance, W
2184    
2185  /*  /*
2186   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
2187     * Revision 1.12  2005/02/28 14:51:44  yutakakn
2188     * バージョンダイアログに表示するTTSSHのバージョンを、ttxssh.dllの
2189     * バージョン情報から取得するようにした。
2190     *
2191   * Revision 1.11  2005/02/22 08:48:11  yutakakn   * Revision 1.11  2005/02/22 08:48:11  yutakakn
2192   * TTSSH setupダイアログに HeartBeat 設定を追加。   * TTSSH setupダイアログに HeartBeat 設定を追加。
2193   * TTSSH authentication setupダイアログに keyboard-interactive 設定を追加。   * TTSSH authentication setupダイアログに keyboard-interactive 設定を追加。

Legend:
Removed from v.2792  
changed lines
  Added in v.2793

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