From 5e4ecb158a9835d79536326835287d49f22d65f1 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 18 May 2012 21:25:08 +0000 Subject: compilation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@56 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/clist_nicer/skineditor/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/clist_nicer') diff --git a/plugins/clist_nicer/skineditor/main.cpp b/plugins/clist_nicer/skineditor/main.cpp index a50ccd51ed..fc496c1cc9 100644 --- a/plugins/clist_nicer/skineditor/main.cpp +++ b/plugins/clist_nicer/skineditor/main.cpp @@ -61,6 +61,7 @@ PLUGININFOEX pluginInfo = { HINSTANCE g_hInst = 0; PLUGINLINK *pluginLink; struct MM_INTERFACE memoryManagerInterface; +int hLangpack; StatusItems_t *StatusItems; ChangedSItems_t ChangedSItems = {0}; @@ -984,7 +985,8 @@ static int systemModulesLoaded(WPARAM wParam, LPARAM lParam) extern "C" int __declspec(dllexport) Load(PLUGINLINK * link) { pluginLink = link; - return(LoadModule()); + mir_getLP(&pluginInfo); + return(LoadModule()); } static int ShutdownProc(WPARAM wParam, LPARAM lParam) -- cgit v1.2.3