summaryrefslogtreecommitdiff
path: root/plugins/LotusNotify
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-15 21:46:24 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-15 21:46:24 +0300
commitb1266b79e51534a5d5673639e49a8fdbbb747026 (patch)
treefeb0b1983042d8b9dd72df7266c3ddfc41ca3d37 /plugins/LotusNotify
parent2160d0a2343309c3c1e13ceb74061b39f306a063 (diff)
__NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiled
Diffstat (limited to 'plugins/LotusNotify')
-rw-r--r--plugins/LotusNotify/src/stdafx.h5
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>