From 88b04fed4966b0f1686690cb6101854afb52a5ee Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 17 May 2018 21:37:53 +0300 Subject: Db3x_mmap, Dbx_mdbx, Exchange, MyDetails, RecentContacts, TopToolBar, WebView => CMPlugin --- plugins/LotusNotify/src/LotusNotify.cpp | 5 +---- plugins/LotusNotify/src/stdafx.h | 4 ---- 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'plugins/LotusNotify/src') diff --git a/plugins/LotusNotify/src/LotusNotify.cpp b/plugins/LotusNotify/src/LotusNotify.cpp index b893f7ce50..8eefe07da2 100644 --- a/plugins/LotusNotify/src/LotusNotify.cpp +++ b/plugins/LotusNotify/src/LotusNotify.cpp @@ -23,6 +23,7 @@ INT_PTR SetStatus(WPARAM wParam, LPARAM lParam); char PLUGINNAME[64] = {0}; //init at init_pluginname(); int hLangpack = 0; +CMPlugin g_plugin; CLIST_INTERFACE *pcli; HINSTANCE hLotusDll; @@ -88,10 +89,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD) ///////////////////////////////////////////////////////////////////////////////////////// -CMPlugin g_plugin; - -///////////////////////////////////////////////////////////////////////////////////////// - extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOCOL, MIID_LAST }; ///////////////////////////////////////////////////////////////////////////////////////// diff --git a/plugins/LotusNotify/src/stdafx.h b/plugins/LotusNotify/src/stdafx.h index bb7b1c3186..661f9c5977 100644 --- a/plugins/LotusNotify/src/stdafx.h +++ b/plugins/LotusNotify/src/stdafx.h @@ -9,8 +9,6 @@ // Miranda headers //LotusNotify.h -#define __NO_CMPLUGIN_NEEDED - #include #include #include @@ -38,5 +36,3 @@ #include "cnotesapi/include/extmgr.h" #include "cnotesapi/include/bsafeerr.h" #include "cnotesapi/include/nsferr.h" - - -- cgit v1.2.3