diff options
Diffstat (limited to 'plugins/LotusNotify/src/stdafx.h')
-rw-r--r-- | plugins/LotusNotify/src/stdafx.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/LotusNotify/src/stdafx.h b/plugins/LotusNotify/src/stdafx.h index aba429fb15..bb7b1c3186 100644 --- a/plugins/LotusNotify/src/stdafx.h +++ b/plugins/LotusNotify/src/stdafx.h @@ -6,10 +6,11 @@ #include <commctrl.h>
#include <assert.h>
-
-
// Miranda headers
//LotusNotify.h
+
+#define __NO_CMPLUGIN_NEEDED
+
#include <m_core.h>
#include <win2k.h>
#include <newpluginapi.h>
|