Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongyang219 committed Apr 21, 2018
1 parent 3d62f2b commit 613faa8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file modified TrafficMonitor/TrafficMonitor.rc
Binary file not shown.
3 changes: 3 additions & 0 deletions TrafficMonitor/TrafficMonitorDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ BOOL CAboutDlg::OnInitDialog()
CString version_info;
GetDlgItemText(IDC_STATIC_VERSION, version_info);
version_info.Replace(_T("<version>"), VERSION);
#ifdef COMPILE_FOR_WINXP
version_info += _T(" (For WinXP)");
#endif // COMPILE_FOR_WINXP
SetDlgItemText(IDC_STATIC_VERSION, version_info);

//设置最后编译日期
Expand Down
2 changes: 2 additions & 0 deletions TrafficMonitor/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@ using std::ofstream;

#define MIN_FONT_SIZE 5
#define MAX_FONT_SIZE 72

//#define COMPILE_FOR_WINXP

0 comments on commit 613faa8

Please sign in to comment.