summaryrefslogtreecommitdiff
path: root/plugins/StatusManager/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-01-30 19:15:15 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-01-30 19:15:15 +0300
commit6bca8df1f4907ac1f7cca2f062ed3de01b4b603d (patch)
treeaa4558f7cb0c2cdaa5d0efbcf3a70d87a8399f52 /plugins/StatusManager/src/stdafx.h
parentd6a86b851a082a11b03bc8dabc81714c25217ff4 (diff)
fixes #2061 (StartupStatus should also handle account enabling)
Diffstat (limited to 'plugins/StatusManager/src/stdafx.h')
-rw-r--r--plugins/StatusManager/src/stdafx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StatusManager/src/stdafx.h b/plugins/StatusManager/src/stdafx.h
index 5594382334..52fdc095df 100644
--- a/plugins/StatusManager/src/stdafx.h
+++ b/plugins/StatusManager/src/stdafx.h
@@ -41,6 +41,8 @@ struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+ bool bMirandaLoaded;
+
int Load() override;
int Unload() override;
};
@@ -50,13 +52,11 @@ struct CFakePlugin : public CMPluginBase
CFakePlugin(const char *szModuleName);
};
-
#include "commonstatus.h"
#include "keepstatus.h"
#include "startupstatus.h"
#include "advancedautoaway.h"
-extern bool g_bMirandaLoaded;
extern CFakePlugin AAAPlugin, KSPlugin, SSPlugin;
extern CMOption<bool> g_AAAEnabled, g_KSEnabled, g_SSEnabled;