From 11fcecff7c310c2cc10bda2ab2fa2daf525be571 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 13 Mar 2013 08:00:41 +0000 Subject: - another portion of '#ifdef UNICODE' clean up git-svn-id: http://svn.miranda-ng.org/main/trunk@3993 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StopSpamPlus/src/headers.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'plugins/StopSpamPlus') diff --git a/plugins/StopSpamPlus/src/headers.h b/plugins/StopSpamPlus/src/headers.h index a9966fda87..3084a6d007 100644 --- a/plugins/StopSpamPlus/src/headers.h +++ b/plugins/StopSpamPlus/src/headers.h @@ -21,13 +21,9 @@ #include #include -#ifdef _UNICODE - typedef std::wstring tstring; - #define PREF_TCHAR2 PREF_UTF -#else - typedef std::string tstring; - #define PREF_TCHAR2 0 -#endif //_UNICODE + +typedef std::wstring tstring; +#define PREF_TCHAR2 PREF_UTF #include "eventhooker.h" #include "version.h" -- cgit v1.2.3