Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/addsetting.cpp

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

revision 8095 by yasuhide, Sun Sep 8 14:03:15 2019 UTC revision 8097 by yutakapon, Sun Sep 8 14:32:30 2019 UTC
# Line 71  const mouse_cursor_t MouseCursor[] = { Line 71  const mouse_cursor_t MouseCursor[] = {
71  };  };
72  #define MOUSE_CURSOR_MAX (sizeof(MouseCursor)/sizeof(MouseCursor[0]) - 1)  #define MOUSE_CURSOR_MAX (sizeof(MouseCursor)/sizeof(MouseCursor[0]) - 1)
73    
74    #define round(n) ((LONG)n)
75    
76  void CVisualPropPageDlg::SetupRGBbox(int index)  void CVisualPropPageDlg::SetupRGBbox(int index)
77  {  {
78          BYTE c;          BYTE c;

Legend:
Removed from v.8095  
changed lines
  Added in v.8097

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