summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-08 20:59:07 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-08 20:59:07 +0000
commitf63c5e607c417b23a765901cf1fb530e81a99cb0 (patch)
treee4ca0c29ce4b96dce643bea5faa3bf6bbcfa179e /plugins
parent696f4ea57845f48d6d979ecd9d66bb22bd9f738d (diff)
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@862 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/StatusPlugins/StartupStatus/main.cpp1
-rw-r--r--plugins/StatusPlugins/StartupStatus/profiles.cpp3
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StatusPlugins/StartupStatus/main.cpp b/plugins/StatusPlugins/StartupStatus/main.cpp
index 87803c7665..d28c6a9265 100644
--- a/plugins/StatusPlugins/StartupStatus/main.cpp
+++ b/plugins/StatusPlugins/StartupStatus/main.cpp
@@ -74,7 +74,6 @@ static INT_PTR SrvGetProfile( WPARAM wParam, LPARAM lParam )
extern "C" int __declspec(dllexport) Load(void)
{
-
mir_getLP( &pluginInfoEx );
if ( DBGetContactSettingByte(NULL, MODULENAME, SETTING_SETPROFILE, 1) ||
diff --git a/plugins/StatusPlugins/StartupStatus/profiles.cpp b/plugins/StatusPlugins/StartupStatus/profiles.cpp
index c1235b848d..bc6558461b 100644
--- a/plugins/StatusPlugins/StartupStatus/profiles.cpp
+++ b/plugins/StatusPlugins/StartupStatus/profiles.cpp
@@ -39,7 +39,6 @@ static UINT_PTR releaseTtbTimerId = 0;
static HANDLE hPrebuildProfilesMenu = NULL;
static HANDLE hTBModuleLoadedHook;
-static HANDLE hTTBModuleLoadedHook;
static HANDLE hLoadAndSetProfileService;
static HANDLE hMessageHook = NULL;
@@ -50,6 +49,8 @@ static int hkiCount = 0;
static HANDLE* ttbButtons = NULL;
static int ttbButtonCount = 0;
+HANDLE hTTBModuleLoadedHook;
+
// these are some lame functions, if you have a better solution, mail me. :s
static INT_PTR profileService0(WPARAM wParam, LPARAM lParam)
{