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/DialogEventLog.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/MTerm2/DialogEventLog.h b/MTerm2/DialogEventLog.h
index 477693b..94d8088 100644
--- a/MTerm2/DialogEventLog.h
+++ b/MTerm2/DialogEventLog.h
@@ -27,4 +27,10 @@
 	virtual BOOL OnInitDialog();
 	int UpLoadEventLog();
 	int GetEventLogStatus();
+	int m_nEventCount;
+	int m_nCurEvent;
+	int GetEventLogByIndex(int nIndex);
+	afx_msg void OnTimer(UINT_PTR nIDEvent);
+	int DelayInit();
+	int GetEventProcess();
 };

--
Gitblit v1.9.1