summaryrefslogtreecommitdiff
path: root/plugins/StopSpamMod/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/StopSpamMod/src/globals.h')
-rwxr-xr-xplugins/StopSpamMod/src/globals.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/StopSpamMod/src/globals.h b/plugins/StopSpamMod/src/globals.h
index 790458e6bc..8c5912c223 100755
--- a/plugins/StopSpamMod/src/globals.h
+++ b/plugins/StopSpamMod/src/globals.h
@@ -10,11 +10,7 @@ char const * questCountSetting = "QuestionCount";
TCHAR const * defAufrepl = _T("StopSpam: send a message and reply to a anti-spam bot question.");*/
-#ifdef _UNICODE
+
typedef std::wstring tstring;
#define PREF_TCHAR2 PREF_UTF
-#else
-typedef std::string tstring;
-#define PREF_TCHAR2 0
-#endif //_UNICODE