From ce6e5ab03d58151c4eda36d05a8436d337b2d3c0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 16 Sep 2012 11:48:41 +0000 Subject: 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 --- include/m_langpack.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/m_langpack.h') diff --git a/include/m_langpack.h b/include/m_langpack.h index 8235beb005..9edfe03309 100644 --- a/include/m_langpack.h +++ b/include/m_langpack.h @@ -83,13 +83,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #if defined(MIRANDA_CUSTOM_LP) -__inline static INT_PTR Langpack_PCharToTChar(const char* str) +__forceinline INT_PTR Langpack_PCharToTChar(const char* str) { return CallService(MS_LANGPACK_PCHARTOTCHAR, hLangpack, (LPARAM)str); } #else -__inline static INT_PTR Langpack_PCharToTChar(const char* str) +__forceinline INT_PTR Langpack_PCharToTChar(const char* str) { return CallService(MS_LANGPACK_PCHARTOTCHAR, 0, (LPARAM)str); } @@ -102,7 +102,7 @@ __inline static INT_PTR Langpack_PCharToTChar(const char* str) #define MS_LANGPACK_REGISTER "LangPack/Register" #if defined(MIRANDA_CUSTOM_LP) -__inline static void mir_getLP(const PLUGININFOEX* pInfo) +__forceinline void mir_getLP(const PLUGININFOEX* pInfo) { CallService(MS_LANGPACK_REGISTER, (WPARAM)&hLangpack, (LPARAM)pInfo); } #endif -- cgit v1.2.3