summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-08-23 19:35:05 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-08-23 19:35:05 +0000
commitd11f93693c0de6f8a1e6c262a342f59292b0e22b (patch)
tree3916cd1e4c7d769de2fee82531b291158bb5f57d
parentcb25fac4e3ff8d3dc972ab51bf01eefe2ca65025 (diff)
added guard include
git-svn-id: http://svn.miranda-ng.org/main/trunk@1526 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--include/m_cluiframes.h5
1 files changed, 5 insertions, 0 deletions
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__ */