summaryrefslogtreecommitdiff
path: root/plugins/ClientChangeNotify/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ClientChangeNotify/src/stdafx.h')
-rw-r--r--plugins/ClientChangeNotify/src/stdafx.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/ClientChangeNotify/src/stdafx.h b/plugins/ClientChangeNotify/src/stdafx.h
index 4775140184..7053a56ed4 100644
--- a/plugins/ClientChangeNotify/src/stdafx.h
+++ b/plugins/ClientChangeNotify/src/stdafx.h
@@ -49,8 +49,10 @@
#include "m_genmenu.h"
#include "m_metacontacts.h"
#include "m_netlib.h"
+#include "m_gui.h"
#include "m_fingerprint.h"
+#include "m_variables.h"
#include <pcre.h>
@@ -58,6 +60,8 @@ struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+ CMOption<bool> bPopups;
+
int Load() override;
};
@@ -116,10 +120,6 @@ extern BOOL bFingerprintExists;
extern COptPage g_PopupOptPage;
extern COptPage *g_PreviewOptPage;
-#define MS_VARS_FORMATSTRING "Vars/FormatString"
-#define MS_CCN_TOGGLEPOPUPS "ClientChangeNotify/TogglePopups"
-
-
static __inline CString LogMessage(const char *Format, ...)
{
va_list va;