From fc8a81d80e32cdafdae319cf439145db6613c793 Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期五, 22 七月 2022 15:00:10 +0800 Subject: [PATCH] fix HvserialPort and Klink --- 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