From d11f93693c0de6f8a1e6c262a342f59292b0e22b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 23 Aug 2012 19:35:05 +0000 Subject: added guard include git-svn-id: http://svn.miranda-ng.org/main/trunk@1526 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_cluiframes.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/m_cluiframes.h b/include/m_cluiframes.h index 844d2f5e16..e38b631a69 100644 --- a/include/m_cluiframes.h +++ b/include/m_cluiframes.h @@ -17,6 +17,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef M_CLUIFRAMES_H__ +#define M_CLUIFRAMES_H__ 1 + #if !defined(M_GENMENU_H) #include "m_genmenu.h" #endif @@ -323,3 +326,5 @@ __inline static HGENMENU Menu_AddContextFrameMenuItem(CLISTMENUITEM *mi) //needed by cluiframes module to add frames menu to main menu. //it just calls NotifyEventHooks(hPreBuildFrameMenuEvent,wParam,lParam); #define MS_CLIST_FRAMEMENUNOTIFY "CList/ContextFrameMenuNotify" + +#endif /* M_CLUIFRAMES_H__ */ -- cgit v1.2.3