summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-07-19 21:14:42 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-07-19 21:14:42 +0300
commit62ca8b07d9cf4f0cfdaa29099d6fdc5de5deb2cf (patch)
treef4a902db9aac80dee55614601c3d5c1c41381647 /globals.h
parent44b74b8166c88c5d1ee0bd999f2c5cc4115d8b3e (diff)
parent9d0f2d026293f0ed794cefaa796f756efd01e84a (diff)
Merge remote branch 'origin/stopspam_mod_elzor' into stopspam_mod
Conflicts: utilities.cpp
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/globals.h b/globals.h
index 8e2adc7..790458e 100644
--- a/globals.h
+++ b/globals.h
@@ -1,20 +1,20 @@
-#define pluginName "StopSpam" //const char* ?
-/*
-TCHAR const * defAnswer = _T("nospam");
-TCHAR const * defCongratulation =
-_T("Congratulations! You just passed human/robot test. Now you can write me a message.");
-char const * defProtoList = "ICQ\r\n";
-TCHAR const * infTalkProtPrefix = _T("StopSpam automatic message:\r\n");
-char const * answeredSetting = "Answered";
-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
-
+#define pluginName "StopSpam" //const char* ?
+/*
+TCHAR const * defAnswer = _T("nospam");
+TCHAR const * defCongratulation =
+_T("Congratulations! You just passed human/robot test. Now you can write me a message.");
+char const * defProtoList = "ICQ\r\n";
+TCHAR const * infTalkProtPrefix = _T("StopSpam automatic message:\r\n");
+char const * answeredSetting = "Answered";
+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
+