summaryrefslogtreecommitdiff
path: root/include/m_cluiframes.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-09-16 11:48:41 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-09-16 11:48:41 +0000
commitce6e5ab03d58151c4eda36d05a8436d337b2d3c0 (patch)
tree4743bda7441f8093cb0a31d4141e77cb5cfbc174 /include/m_cluiframes.h
parentf627d0bf7a1978a9b8360ada9c199ba9667977b1 (diff)
removed clutch for GCC (it already exists in m_system.h)
git-svn-id: http://svn.miranda-ng.org/main/trunk@1575 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_cluiframes.h')
-rw-r--r--include/m_cluiframes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_cluiframes.h b/include/m_cluiframes.h
index e38b631a69..e2c12f3e72 100644
--- a/include/m_cluiframes.h
+++ b/include/m_cluiframes.h
@@ -286,7 +286,7 @@ typedef struct tagCLISTFrame {
//popupposition=frameid
//contactowner=advanced parameter
-__inline static HGENMENU Menu_AddContextFrameMenuItem(CLISTMENUITEM *mi)
+__forceinline HGENMENU Menu_AddContextFrameMenuItem(CLISTMENUITEM *mi)
{ mi->hLangpack = hLangpack;
return (HGENMENU)CallService("CList/AddContextFrameMenuItem", 0, (LPARAM)mi);
}