From f5baf2606966349e067d423a596722b66c401651 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 4 Jul 2012 14:14:58 +0000 Subject: - internal langpack preparation for hLangpack-dependent resource cleaning - langpack functions' names normalization (2Awk: safe for plugins written in Delphi) git-svn-id: http://svn.miranda-ng.org/main/trunk@758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_core.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/m_core.h b/include/m_core.h index b40dcfad30..732e60af2b 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -178,10 +178,10 @@ MIR_CORE_DLL(pfnExceptionFilter) SetExceptionFilter(pfnExceptionFilter pMirandaE extern int hLangpack; -MIR_CORE_DLL(void) LangPackDropUnusedItems(void); -MIR_CORE_DLL(int) LangPackGetDefaultCodePage( void ); -MIR_CORE_DLL(int) LangPackGetDefaultLocale(void); -MIR_CORE_DLL(TCHAR*) LangPackPcharToTchar(const char* pszStr); +MIR_CORE_DLL(void) Langpack_SortDuplicates(void); +MIR_CORE_DLL(int) Langpack_GetDefaultCodePage( void ); +MIR_CORE_DLL(int) Langpack_GetDefaultLocale(void); +MIR_CORE_DLL(TCHAR*) Langpack_PcharToTchar(const char* pszStr); MIR_CORE_DLL(int) LoadLangPackModule(void); MIR_CORE_DLL(int) LoadLangPack(const TCHAR *szLangPack); -- cgit v1.2.3