Browse Subversion Repository
Diff of /trunk/teraterm/ttpcmn/ttcmn.c
Parent Directory
| Revision Log
| Patch
| 1229 |
} |
} |
| 1230 |
} |
} |
| 1231 |
|
|
| 1232 |
int WINAPI GetRegisteredWindowCount() |
int WINAPI GetRegisteredWindowCount(void) |
| 1233 |
{ |
{ |
| 1234 |
return (pm->NWin); |
return (pm->NWin); |
| 1235 |
} |
} |
| 2489 |
CustomIcon = icon; |
CustomIcon = icon; |
| 2490 |
} |
} |
| 2491 |
|
|
| 2492 |
HICON WINAPI GetCustomNotifyIcon() |
HICON WINAPI GetCustomNotifyIcon(void) |
| 2493 |
{ |
{ |
| 2494 |
return CustomIcon; |
return CustomIcon; |
| 2495 |
} |
} |
|
|
Legend:
| Removed from v.7724 |
|
| changed lines |
| |
Added in v.7725 |
|
|
|