From 4cda72771765720a6a8721bd8844945c2403afe6 Mon Sep 17 00:00:00 2001 From: QuakeGod <quakegod@sina.com> Date: 星期一, 23 十月 2023 08:52:12 +0800 Subject: [PATCH] fix vcxproj version --- MTerm2/MTerm2.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/MTerm2/MTerm2.h b/MTerm2/MTerm2.h index deec139..f1371a7 100644 --- a/MTerm2/MTerm2.h +++ b/MTerm2/MTerm2.h @@ -80,6 +80,8 @@ virtual int ExitInstance(); // 瀹炵幇 + bool m_bHiColorIcons; + afx_msg void OnAppAbout(); DECLARE_MESSAGE_MAP() afx_msg void OnFileNew(); -- Gitblit v1.9.1