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/TabSRMM/include/mim.h | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'plugins/TabSRMM/include') diff --git a/plugins/TabSRMM/include/mim.h b/plugins/TabSRMM/include/mim.h index 286848aa11..9ce72e3e69 100644 --- a/plugins/TabSRMM/include/mim.h +++ b/plugins/TabSRMM/include/mim.h @@ -43,7 +43,7 @@ extern FI_INTERFACE *FIF; * Win32 API definitions of functions dynamically obtained via GetProcAddress() * - uxtheme * - dwmapi - * - some GDI functions (AlphaBlend()..) + * - some GDI functions (AlphaBlend()..) */ typedef BOOL (WINAPI *SMI)( HMENU hmenu, LPCMENUINFO lpcmi ); typedef HRESULT (WINAPI *DEFICA)(HWND hwnd, const MARGINS *margins); @@ -97,7 +97,6 @@ class CMimAPI public: CMimAPI() { - GetUTFI(); InitPaths(); InitAPI(); getAeroState(); @@ -148,19 +147,6 @@ public: INT_PTR FASTCALL WriteTString (const HANDLE hContact, const char *szModule, const char *szSetting, const TCHAR *st) const; - /* - * utf helpers - */ - - char* FASTCALL utf8_decode (char* str, wchar_t** ucs2) const; - char* FASTCALL utf8_decodecp (char* str, int codepage, wchar_t** ucs2) const; - char* FASTCALL utf8_encode (const char* src) const; - char* FASTCALL utf8_encodecp (const char* src, int codepage) const; - char* FASTCALL utf8_encodeW (const wchar_t* src) const; - char* FASTCALL utf8_encodeT (const TCHAR* src) const; - TCHAR* FASTCALL utf8_decodeT (const char* src) const; - wchar_t* FASTCALL utf8_decodeW (const char* str) const; - /* * path utilities */ @@ -277,7 +263,6 @@ public: static bool m_shutDown, m_haveBufferedPaint; private: - UTF8_INTERFACE m_utfi; TCHAR m_szProfilePath[MAX_PATH + 2], m_szSkinsPath[MAX_PATH + 2], m_szSavedAvatarsPath[MAX_PATH + 2], m_szChatLogsPath[MAX_PATH + 2]; HMODULE m_hUxTheme, m_hDwmApi; bool m_VsAPI; @@ -292,7 +277,6 @@ private: HANDLE m_hChatLogLock; void InitAPI(); - void GetUTFI(); void InitPaths(); private: -- cgit v1.2.3