From 106787bbf3418e9199043bcea81d29161fdada8f Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期五, 15 十一月 2024 14:37:42 +0800
Subject: [PATCH] Merge branch 'liuyang' into clh

---
 SourceCode/Bond/BLControlsSDK/include/BLJogBtn2Parent.h |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/SourceCode/Bond/BLControlsSDK/include/BLJogBtn2Parent.h b/SourceCode/Bond/BLControlsSDK/include/BLJogBtn2Parent.h
index 5d40f9c..a328d00 100644
--- a/SourceCode/Bond/BLControlsSDK/include/BLJogBtn2Parent.h
+++ b/SourceCode/Bond/BLControlsSDK/include/BLJogBtn2Parent.h
@@ -1,7 +1,24 @@
+#if !defined(AFX_BLJOGBTN2PARENT_H__5A9433C1_E8A9_4393_9E0D_B7A996B9AF3F__INCLUDED_)
+#define AFX_BLJOGBTN2PARENT_H__5A9433C1_E8A9_4393_9E0D_B7A996B9AF3F__INCLUDED_
+
+#if _MSC_VER > 1000
+#pragma once
+#endif // _MSC_VER > 1000
+// BLJogBtn2Parent.h : header file
+//
+
+/////////////////////////////////////////////////////////////////////////////
 // by ChaeBL
 
 typedef struct _BLJOGBTN2PARENT
 {
 	virtual BOOL SendMessageToParent(LPCTSTR message) = 0;
 	virtual BOOL SendMessageToParent(int nMsg) = 0;
-} BLJogBtn2Parent, *pBLJogBtn2Parent;
\ No newline at end of file
+} BLJogBtn2Parent, *pBLJogBtn2Parent;
+
+/////////////////////////////////////////////////////////////////////////////
+
+//{{AFX_INSERT_LOCATION}}
+// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
+
+#endif // !defined(AFX_BLJOGBTN2PARENT_H__5A9433C1_E8A9_4393_9E0D_B7A996B9AF3F__INCLUDED_)
\ No newline at end of file

--
Gitblit v1.9.3