diff options
Diffstat (limited to 'plugins/freeimage')
-rw-r--r-- | plugins/freeimage/Miranda/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/freeimage/Miranda/main.cpp b/plugins/freeimage/Miranda/main.cpp index 804e349d7e..c9c7905500 100644 --- a/plugins/freeimage/Miranda/main.cpp +++ b/plugins/freeimage/Miranda/main.cpp @@ -46,6 +46,7 @@ Last change by : $Author: rainwater $ #include "../Source/libpng/png.h"
PLUGINLINK *pluginLink = NULL;
+int hLangpack;
static const PLUGININFOEX pluginInfoEx = {
sizeof(PLUGININFOEX),
@@ -1236,6 +1237,7 @@ static int IMGSERVICE_Load() extern "C" int __declspec(dllexport) Load(PLUGINLINK * link)
{
pluginLink = link;
+ mir_getLP(&pluginInfoEx);
return IMGSERVICE_Load();
}
|