Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpcmn/ttcmn.c

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

revision 6691 by doda, Mon Apr 24 11:49:52 2017 UTC revision 6692 by doda, Mon Apr 24 11:49:55 2017 UTC
# Line 2487  void FAR PASCAL NotifyMessage(PComVar cv Line 2487  void FAR PASCAL NotifyMessage(PComVar cv
2487                  return;                  return;
2488          }          }
2489    
2490            if (! (IsWindows2000OrLater() || IsWindowsMe())) {
2491                    return;
2492            }
2493    
2494          if (cv->NotifyIcon == NULL) {          if (cv->NotifyIcon == NULL) {
2495                  CreateNotifyIcon(cv);                  CreateNotifyIcon(cv);
2496          }          }

Legend:
Removed from v.6691  
changed lines
  Added in v.6692

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