summaryrefslogtreecommitdiff
path: root/plugins/StatusPlugins/StartupStatus/profiles.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/StatusPlugins/StartupStatus/profiles.cpp')
-rw-r--r--plugins/StatusPlugins/StartupStatus/profiles.cpp3
1 files changed, 2 insertions, 1 deletions
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)
{