Browse Subversion Repository
Diff of /trunk/teraterm/ttpcmn/ttcmn.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|