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 6263 by doda, Mon Jan 18 09:24:32 2016 UTC revision 6286 by yutakapon, Mon Feb 1 15:14:14 2016 UTC
# Line 830  void notify_established_secure_connectio Line 830  void notify_established_secure_connectio
830  {  {
831          int fuLoad = LR_DEFAULTCOLOR;          int fuLoad = LR_DEFAULTCOLOR;
832    
833          if (is_NT4()) {          if (IsWindowsNT4()) {
834                  fuLoad = LR_VGACOLOR;                  fuLoad = LR_VGACOLOR;
835          }          }
836    
# Line 2930  static BOOL CALLBACK TTXAboutDlg(HWND dl Line 2930  static BOOL CALLBACK TTXAboutDlg(HWND dl
2930                          int fuLoad = LR_DEFAULTCOLOR;                          int fuLoad = LR_DEFAULTCOLOR;
2931                          HICON hicon;                          HICON hicon;
2932    
2933                          if (is_NT4()) {                          if (IsWindowsNT4()) {
2934                                  fuLoad = LR_VGACOLOR;                                  fuLoad = LR_VGACOLOR;
2935                          }                          }
2936    

Legend:
Removed from v.6263  
changed lines
  Added in v.6286

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