diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2009-11-17 00:58:24 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2009-11-17 00:58:24 +0200 |
commit | b2c0acd9c5783d6e657a8777b1631d28db4cf359 (patch) | |
tree | 188e674b4e186f2c812869a91781e8fcf873484c /stopspam_mod/globals.h | |
parent | 9b085fe9518691d746fe9931ccc6b927272d19e1 (diff) |
new file: watrack_mpd/m_music.h
Diffstat (limited to 'stopspam_mod/globals.h')
-rw-r--r-- | stopspam_mod/globals.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/stopspam_mod/globals.h b/stopspam_mod/globals.h deleted file mode 100644 index 9ae64b3..0000000 --- a/stopspam_mod/globals.h +++ /dev/null @@ -1,20 +0,0 @@ -#define pluginName "StopSpam"
-/*
-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
-
|