From c992cb2fdc11f1cac4bc5cbce26e8e2bb3b57da0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 26 Jun 2012 16:50:14 +0000 Subject: - microkernel addded; - version bumped to 0.92.2 git-svn-id: http://svn.miranda-ng.org/main/trunk@641 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_mmap_SA/Dbtool/dbtool.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'plugins/Dbx_mmap_SA/Dbtool/dbtool.h') diff --git a/plugins/Dbx_mmap_SA/Dbtool/dbtool.h b/plugins/Dbx_mmap_SA/Dbtool/dbtool.h index 63b6b4ccf1..dd6af38cd5 100644 --- a/plugins/Dbx_mmap_SA/Dbtool/dbtool.h +++ b/plugins/Dbx_mmap_SA/Dbtool/dbtool.h @@ -34,9 +34,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include -//#include // Only needed to keep m_database.h happy -#define CallService(a,b,c) 1 - #include "m_database.h" #include "database.h" // Note: This is a copy of database.h from the Miranda IM v0.3 tree. // Remember to update this when releasing new dbtool versions. @@ -104,18 +101,4 @@ DWORD ConvertModuleNameOfs(DWORD ofsOld); void FreeModuleChain(); extern BOOL bEncrypted; -int TranslateDialog(HWND hwndDlg); -void LoadLangPackModule(void); -void UnloadLangPackModule(void); - -char* LangPackTranslateString(const char *szEnglish, const int W); -__inline LPSTR Translate(LPSTR source) -{ return ( LPSTR )LangPackTranslateString( source, 0 ); -} - -#define TranslateT(s) (TCHAR*)LangPackTranslateString((LPCSTR)_T(s),1) -#define TranslateTS(s) (TCHAR*)LangPackTranslateString((LPCSTR)s,1) - -char* Utf8DecodeCP(char* str, int codepage, wchar_t** ucs2); -char* Utf8EncodeUcs2(const wchar_t* src); bool is_utf8_string(const char* str); -- cgit v1.2.3