diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-15 14:04:44 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-15 14:04:44 +0000 |
commit | 2967300aae9b043942809c1de918e343f5c23dc8 (patch) | |
tree | 5dc177c09f85d043b1fa158577055bec48e9404e | |
parent | 5bf6d4ad267d60f6d641b102b711d7f7f8538bc3 (diff) |
authstate:
mmi initialize
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@99 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r-- | authstate/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/authstate/main.cpp b/authstate/main.cpp index 227f78b..ba5a006 100644 --- a/authstate/main.cpp +++ b/authstate/main.cpp @@ -32,6 +32,7 @@ static HANDLE hHookExtraIconsRebuild = NULL, hHookExtraIconsApply = NULL, hConta static HANDLE hPrebuildContactMenu = NULL, hAuthMenuSelected = NULL;
static HANDLE hUserMenu = NULL;
HANDLE hExtraIcon = NULL;
+struct MM_INTERFACE mmi;
int hLangpack;
IconExtraColumn g_IECAuth = {0};
@@ -344,6 +345,7 @@ extern "C" int __declspec(dllexport) Load(PLUGINLINK *link) {
pluginLink = link;
mir_getLP(&pluginInfo);
+ mir_getMMI(&mmi);
hHookModulesLoaded = HookEvent(ME_SYSTEM_MODULESLOADED, onModulesLoaded);
hSystemOKToExit = HookEvent(ME_SYSTEM_OKTOEXIT,onSystemOKToExit);
|