diff options
Diffstat (limited to 'plugins/Spamotron/src')
-rw-r--r-- | plugins/Spamotron/src/stdafx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Spamotron/src/stdafx.h b/plugins/Spamotron/src/stdafx.h index 859d41a792..57abf24758 100644 --- a/plugins/Spamotron/src/stdafx.h +++ b/plugins/Spamotron/src/stdafx.h @@ -5,7 +5,6 @@ #include <stdlib.h>
#include <time.h>
-#define __NO_CMPLUGIN_NEEDED
#include <newpluginapi.h>
#include <m_database.h>
#include <m_system.h>
@@ -160,4 +159,4 @@ struct CMPlugin : public PLUGIN<CMPlugin> #ifdef _DEBUG
extern sqlite3 *bayesdbg;
#define BAYESDBG_FILENAME "bayes.dbg"
-#endif
\ No newline at end of file +#endif
|