diff options
author | George Hazan <ghazan@miranda.im> | 2017-07-31 11:12:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-07-31 11:12:15 +0300 |
commit | 0759816934ba1f223451449f2fefad938217017c (patch) | |
tree | b5ac04e0132dca9d6c9189e8a027163980ec992f /include/m_fontservice.h | |
parent | 2a68715604212f62d96950341de9fa172c62d8c2 (diff) |
headers code cleaning
Diffstat (limited to 'include/m_fontservice.h')
-rw-r--r-- | include/m_fontservice.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/m_fontservice.h b/include/m_fontservice.h index 022e03e140..f126a49f1f 100644 --- a/include/m_fontservice.h +++ b/include/m_fontservice.h @@ -5,6 +5,10 @@ #ifndef _FONT_SERVICE_API_INC
#define _FONT_SERVICE_API_INC
+#ifndef M_CORE_H__
+#include <m_core.h>
+#endif
+
//////////////////////////////////////////////////////////////////////////
//
// FONTS
@@ -93,8 +97,6 @@ struct FontIDW };
// register a font
-extern int hLangpack;
-
EXTERN_C MIR_APP_DLL(int) Font_Register(FontID *pFont, int = hLangpack);
EXTERN_C MIR_APP_DLL(int) Font_RegisterW(FontIDW *pFont, int = hLangpack);
|