diff options
Diffstat (limited to 'plugins/BuddyPounce/src/stdafx.h')
-rw-r--r-- | plugins/BuddyPounce/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/BuddyPounce/src/stdafx.h b/plugins/BuddyPounce/src/stdafx.h index 833571d8e8..f69b5981ba 100644 --- a/plugins/BuddyPounce/src/stdafx.h +++ b/plugins/BuddyPounce/src/stdafx.h @@ -8,6 +8,8 @@ #include <time.h>
#include <malloc.h>
+#define __NO_CMPLUGIN_NEEDED
+
#include <newpluginapi.h>
#include <m_clist.h>
#include <m_langpack.h>
|