From 9ed5a0436109770d38318ae9a3c117f46aeefa5e Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 18 May 2012 20:12:25 +0000 Subject: added new langpavk support git-svn-id: http://svn.miranda-ng.org/main/trunk@54 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/mTextControl/src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/mTextControl') diff --git a/plugins/mTextControl/src/main.cpp b/plugins/mTextControl/src/main.cpp index 16dbc20015..285a3f2c8d 100644 --- a/plugins/mTextControl/src/main.cpp +++ b/plugins/mTextControl/src/main.cpp @@ -32,6 +32,7 @@ Last change by : $Author: Merlin_de $ HINSTANCE hInst = 0; PLUGINLINK *pluginLink = 0; +int hLangpack; HMODULE hMsfteditDll = 0; HRESULT (WINAPI *MyCreateTextServices)(IUnknown *punkOuter, ITextHost *pITextHost, IUnknown **ppUnk); @@ -95,6 +96,7 @@ extern "C" __declspec(dllexport) const MUUID *MirandaPluginInterfaces(void) extern "C" __declspec(dllexport) int Load(PLUGINLINK *link) { pluginLink = link; + mir_getLP(&pluginInfoEx); //6.0A SDK is missing RichEd20.lib for x64 //http://connect.microsoft.com/VisualStudio/feedback/details/551071/the-6-0a-sdk-is-missing-riched20-lib-for-x64 -- cgit v1.2.3