From 428bf0cbd77813a43094cb5c984436deff251936 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 29 Jul 2016 12:36:34 +0000 Subject: no more TCHARs git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_string.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/m_string.h') diff --git a/include/m_string.h b/include/m_string.h index 15d34aac8a..6bcdbd3c5f 100644 --- a/include/m_string.h +++ b/include/m_string.h @@ -961,10 +961,4 @@ MIR_CORE_EXPORT CMStringT CALLBACK operator+(char ch1, c typedef CMStringT< wchar_t, ChTraitsCRT< wchar_t > > CMStringW; typedef CMStringT< char, ChTraitsCRT< char > > CMStringA; -#ifdef _UNICODE - typedef CMStringW CMString; -#else - typedef CMStringA CMString; -#endif - #endif // M_STRING_H__ -- cgit v1.2.3