diff options
Diffstat (limited to 'plugins/NewAwaySysMod/src/stdafx.h')
-rw-r--r-- | plugins/NewAwaySysMod/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/NewAwaySysMod/src/stdafx.h b/plugins/NewAwaySysMod/src/stdafx.h index 8596cf2377..c31cad6418 100644 --- a/plugins/NewAwaySysMod/src/stdafx.h +++ b/plugins/NewAwaySysMod/src/stdafx.h @@ -36,6 +36,8 @@ #include <crtdbg.h>
#include <stdarg.h>
+#define __NO_CMPLUGIN_NEEDED
+
#include "newpluginapi.h"
#include "m_clist.h"
#include "m_system.h"
|