From 0c2b7724eba7cd5e35cf8c3b58b1f1a42fa1c288 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 16 May 2018 17:06:38 +0300 Subject: Boltun: cmplugin adaptation --- plugins/Boltun/src/stdafx.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'plugins/Boltun/src/stdafx.h') diff --git a/plugins/Boltun/src/stdafx.h b/plugins/Boltun/src/stdafx.h index 5fb0955d9d..03f9929561 100644 --- a/plugins/Boltun/src/stdafx.h +++ b/plugins/Boltun/src/stdafx.h @@ -30,8 +30,6 @@ #include #include -#define __NO_CMPLUGIN_NEEDED - #include #include #include @@ -53,6 +51,13 @@ #define BOLTUN_KEY "Boltun" +struct CMPlugin : public PLUGIN +{ + CMPlugin() : + PLUGIN(BOLTUN_KEY) + {} +}; + //Service names #define SERV_CONTACT_AUTO_CHAT "Boltun/ContactAutoChat" #define SERV_CONTACT_NOT_TO_CHAT "Boltun/ContactNotToChat" -- cgit v1.2.3