From df51f338983ba85feffcbd2209100c6927dda8a5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 16 Jan 2017 18:19:15 +0300 Subject: Utf8DecodeT/Utf8EncodeT macros considered useless and replaced with Utf8DecodeW/Utf8EncodeW --- include/m_core.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/m_core.h b/include/m_core.h index d973a63da3..2f5073cf16 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -495,9 +495,6 @@ MIR_CORE_DLL(int) Ucs2toUtf8Len(const wchar_t *src); MIR_CORE_DLL(BOOL) Utf8CheckString(const char* str); -#define Utf8DecodeT Utf8DecodeW -#define Utf8EncodeT Utf8EncodeW - #define mir_utf8decode(A, B) Utf8Decode(A, B) #define mir_utf8decodecp(A, B, C) Utf8DecodeCP(A, B, C) #define mir_utf8decodeW(A) Utf8DecodeW(A) -- cgit v1.2.3