diff options
Diffstat (limited to 'plugins/AutoRun/src/stdafx.h')
-rw-r--r-- | plugins/AutoRun/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/AutoRun/src/stdafx.h b/plugins/AutoRun/src/stdafx.h index 70c37bad5d..73bca890b8 100644 --- a/plugins/AutoRun/src/stdafx.h +++ b/plugins/AutoRun/src/stdafx.h @@ -2,6 +2,8 @@ #include <windows.h>
+#define __NO_CMPLUGIN_NEEDED
+
#include <newpluginapi.h>
#include <m_langpack.h>
#include <m_options.h>
|