Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
| 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 |
|
|
|