diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-07 20:19:08 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-07 20:19:08 +0000 |
commit | 052c41ae312ff8ab0cec8b739070790cd98042c9 (patch) | |
tree | 8a5d33d92c2507f7fc2b2ace3b53a00c170b0ad2 /plugins/IEView/src/ieview_main.cpp | |
parent | 1a8fbb98e30b55aee908e3ad2382622a0688c635 (diff) |
crash fix for IEView
git-svn-id: http://svn.miranda-ng.org/main/trunk@6010 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/ieview_main.cpp')
-rw-r--r-- | plugins/IEView/src/ieview_main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/IEView/src/ieview_main.cpp b/plugins/IEView/src/ieview_main.cpp index 20446ab8f4..dbcceb8a93 100644 --- a/plugins/IEView/src/ieview_main.cpp +++ b/plugins/IEView/src/ieview_main.cpp @@ -21,6 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "ieview_common.h"
HINSTANCE hInstance;
+CLIST_INTERFACE *pcli;
char *workingDirUtf8;
int hLangpack;
@@ -67,6 +68,7 @@ extern "C" int __declspec(dllexport) Load(void) delete workingDir;
mir_getLP(&pluginInfoEx);
+ mir_getCLI();
HookEvent(ME_OPT_INITIALISE, IEViewOptInit);
HookEvent(ME_SYSTEM_MODULESLOADED, ModulesLoaded);
|