diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-17 19:41:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-17 19:41:35 +0300 |
commit | 11e70d8c4e224d80015fffe0378c53abee5fd824 (patch) | |
tree | 8b21511f57aad4a9aaaa9391450cf5b83146a2f8 /plugins/SendScreenshotPlus/src/stdafx.h | |
parent | 0c12fe889baeced3e7d8c3f2558d10f563a43612 (diff) |
Popup, PManagerEx, QuickContacts, RemovePersonalSettings, Restart, SeenPlugin, SendSS, ShlExt, SimpleAR, SimpleStatusMsg, SkypeStatusChange, SmileyAdd, SMS => CMPlugin
Diffstat (limited to 'plugins/SendScreenshotPlus/src/stdafx.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/stdafx.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/plugins/SendScreenshotPlus/src/stdafx.h b/plugins/SendScreenshotPlus/src/stdafx.h index 2187b01fa7..6d37f1d4ae 100644 --- a/plugins/SendScreenshotPlus/src/stdafx.h +++ b/plugins/SendScreenshotPlus/src/stdafx.h @@ -52,7 +52,6 @@ using namespace std; #include <msapi/vsstyle.h> #include <msapi/vssym32.h> -#define __NO_CMPLUGIN_NEEDED #include <newpluginapi.h> #include <m_button.h> #include <m_chat_int.h> @@ -119,8 +118,14 @@ typedef struct _MGLOBAL { // Miranda Database Key #define SZ_SENDSS "SendSS" +struct CMPlugin : public PLUGIN<CMPlugin> +{ + CMPlugin() : + PLUGIN<CMPlugin>(SZ_SENDSS) + {} +}; + extern ATOM g_clsTargetHighlighter; -extern HINSTANCE g_hSendSS; extern MGLOBAL g_myGlobals; extern HNETLIBUSER g_hNetlibUser; |