diff options
Diffstat (limited to 'plugins/StopSpamPlus/src')
-rw-r--r-- | plugins/StopSpamPlus/src/headers.h | 10 |
1 files changed, 3 insertions, 7 deletions
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 <m_stopspam.h>
#include <m_variables.h>
-#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"
|