From 8cebd2859be7808d238ae67320aca7e2eef4c1a1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 18 Nov 2014 13:40:59 +0000 Subject: RichEd20.dll replaced with Msftedit.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@11011 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/mTextControl/src/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/mTextControl/src/main.cpp') diff --git a/plugins/mTextControl/src/main.cpp b/plugins/mTextControl/src/main.cpp index da32323cb0..b24611b317 100644 --- a/plugins/mTextControl/src/main.cpp +++ b/plugins/mTextControl/src/main.cpp @@ -57,8 +57,6 @@ extern "C" __declspec(dllexport) int Load(void) { 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 MyCreateTextServices = 0; hMsfteditDll = LoadLibrary(_T("msftedit.dll")); if (hMsfteditDll) { -- cgit v1.2.3