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 7674 by zmatsuo, Mon May 13 15:14:30 2019 UTC revision 7725 by zmatsuo, Fri May 31 16:13:30 2019 UTC
# Line 1229  HWND WINAPI GetNthWin(int n) Line 1229  HWND WINAPI GetNthWin(int n)
1229          }          }
1230  }  }
1231    
1232  int WINAPI GetRegisteredWindowCount()  int WINAPI GetRegisteredWindowCount(void)
1233  {  {
1234          return (pm->NWin);          return (pm->NWin);
1235  }  }
# Line 2489  void WINAPI SetCustomNotifyIcon(HICON ic Line 2489  void WINAPI SetCustomNotifyIcon(HICON ic
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.7674  
changed lines
  Added in v.7725

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