summaryrefslogtreecommitdiff
path: root/plugins/SeenPlugin/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SeenPlugin/src/stdafx.h')
-rw-r--r--plugins/SeenPlugin/src/stdafx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/SeenPlugin/src/stdafx.h b/plugins/SeenPlugin/src/stdafx.h
index f549c3ef0b..9f75e8522d 100644
--- a/plugins/SeenPlugin/src/stdafx.h
+++ b/plugins/SeenPlugin/src/stdafx.h
@@ -63,6 +63,8 @@ wchar_t *any_to_Idle(MCONTACT hContact, const char *module_name, const char *set
struct CMPlugin : public PLUGIN<CMPlugin>
{
+ CMOption<bool> bUsePopups;
+
CMPlugin();
int Load() override;
@@ -135,7 +137,7 @@ extern MWindowList g_pUserInfo;
extern HGENMENU hmenuitem;
extern DWORD dwmirver;
-extern BOOL g_bFileActive;
+extern bool g_bFileActive;
void LoadWatchedProtos();
void UnloadWatchedProtos();