From 613faa89e1a995715fb966810714ebe193a8cc5b Mon Sep 17 00:00:00 2001 From: Zhong Yang Date: Sat, 21 Apr 2018 15:24:01 +0800 Subject: [PATCH] update --- TrafficMonitor/TrafficMonitor.rc | Bin 46592 -> 46592 bytes TrafficMonitor/TrafficMonitorDlg.cpp | 3 +++ TrafficMonitor/stdafx.h | 2 ++ 3 files changed, 5 insertions(+) diff --git a/TrafficMonitor/TrafficMonitor.rc b/TrafficMonitor/TrafficMonitor.rc index da8f99c6cf68acdd334f6bf454133ebee3c46549..6316c6794f3eda759ec9f86e3a8b25540d83bd00 100644 GIT binary patch delta 22 ecmZp8!_@GGX#j%34 delta 22 ecmZp8!_@GGX#"), VERSION); +#ifdef COMPILE_FOR_WINXP + version_info += _T(" (For WinXP)"); +#endif // COMPILE_FOR_WINXP SetDlgItemText(IDC_STATIC_VERSION, version_info); //设置最后编译日期 diff --git a/TrafficMonitor/stdafx.h b/TrafficMonitor/stdafx.h index 39003764d..498ecb5e1 100644 --- a/TrafficMonitor/stdafx.h +++ b/TrafficMonitor/stdafx.h @@ -91,3 +91,5 @@ using std::ofstream; #define MIN_FONT_SIZE 5 #define MAX_FONT_SIZE 72 + +//#define COMPILE_FOR_WINXP \ No newline at end of file