From 326d3e312c74726814c39c9d112faab03c4a167c Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期日, 16 一月 2022 13:53:57 +0800 Subject: [PATCH] add status show function dialog --- KLink2/KLink.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/KLink2/KLink.h b/KLink2/KLink.h index 5ab4c85..a6fe5e5 100644 --- a/KLink2/KLink.h +++ b/KLink2/KLink.h @@ -18,7 +18,7 @@ */ - +//AFX_EXT_CLASS // 此类是从KLink2.dll 导出的 class KLINK2_API KLink2 { @@ -637,7 +637,6 @@ int FinishProgram(UCHAR nDst, UCHAR nType, USHORT nStepSize); int ReadRunStat(UCHAR nDst, UCHAR nType, USHORT nWordAddr, UCHAR nWordCount, USHORT * Values); - }; -- Gitblit v1.9.1