diff options
Diffstat (limited to 'plugins/StopSpamPlus/src/stdafx.h')
-rw-r--r-- | plugins/StopSpamPlus/src/stdafx.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/StopSpamPlus/src/stdafx.h b/plugins/StopSpamPlus/src/stdafx.h index 6545486713..c3b187c5dc 100644 --- a/plugins/StopSpamPlus/src/stdafx.h +++ b/plugins/StopSpamPlus/src/stdafx.h @@ -31,6 +31,9 @@ typedef std::wstring tstring; #define MODULENAME LPGEN("StopSpam")
+#define DB_KEY_ANSWERED "Answered"
+#define DB_KEY_QUESTCOUNT "QuestionCount"
+
struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
@@ -38,8 +41,6 @@ struct CMPlugin : public PLUGIN<CMPlugin> int Load() override;
};
-extern char const *answeredSetting;
-
// utils
tstring &GetDlgItemString(HWND hwnd, int id);
bool IsExistMyMessage(MCONTACT hContact);
|