diff options
Diffstat (limited to 'plugins/CryptoPP/main.cpp')
-rw-r--r-- | plugins/CryptoPP/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CryptoPP/main.cpp b/plugins/CryptoPP/main.cpp index 99fc56f467..69f30cc1ff 100644 --- a/plugins/CryptoPP/main.cpp +++ b/plugins/CryptoPP/main.cpp @@ -1,5 +1,6 @@ #include "commonheaders.h"
+int hLangpack;
// dllmain
BOOL WINAPI DllMain(HINSTANCE hInst, DWORD dwReason, LPVOID) {
@@ -64,6 +65,7 @@ int Load(PLUGINLINK *link) { // get memoryManagerInterface address
mir_getMMI( &mmi );
+ mir_getLP(&pluginInfoEx);
// register plugin module
PROTOCOLDESCRIPTOR pd;
|