From 6ff05a44b01c6ac6e33db2ec28dcf6e2a7c2abb0 Mon Sep 17 00:00:00 2001
From: QuakeGod <quakegod@sina.com>
Date: 星期二, 16 一月 2024 19:46:01 +0800
Subject: [PATCH] fix LDS to Prog

---
 MTerm1/CMyFuncKeyToolBar.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MTerm1/CMyFuncKeyToolBar.h b/MTerm1/CMyFuncKeyToolBar.h
index b4271db..48fda47 100644
--- a/MTerm1/CMyFuncKeyToolBar.h
+++ b/MTerm1/CMyFuncKeyToolBar.h
@@ -1,12 +1,12 @@
 #pragma once
 #include <afxtoolbar.h>
-
+/*
 typedef struct tagStructButton {
 	int nID;
 	CString sCaption;
 
 }structButton;
-
+*/
 class CMyFuncKeyToolBar :
 	public CMFCToolBar
 {

--
Gitblit v1.9.1