diff options
author | Goraf <goraf@miranda-ng.org> | 2016-02-06 18:09:52 +0000 |
---|---|---|
committer | Goraf <goraf@miranda-ng.org> | 2016-02-06 18:09:52 +0000 |
commit | edf2ac2358c5551f17bfe9e7a58c2ae23b0a1a3f (patch) | |
tree | fb9d6412443c93e4aded76f41efc26597e9f99b9 /plugins/ContextHelp/src/streaminout.cpp | |
parent | 2815bf4db9f637c7b82e9e484510f8a19b0203db (diff) |
ContextHelp: richedit20.dll -> msftedit
git-svn-id: http://svn.miranda-ng.org/main/trunk@16228 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ContextHelp/src/streaminout.cpp')
-rw-r--r-- | plugins/ContextHelp/src/streaminout.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/ContextHelp/src/streaminout.cpp b/plugins/ContextHelp/src/streaminout.cpp index 460bc655c2..4d390c3d0a 100644 --- a/plugins/ContextHelp/src/streaminout.cpp +++ b/plugins/ContextHelp/src/streaminout.cpp @@ -19,8 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "stdafx.h"
-#include <richedit.h>
-
struct EditStreamData {
PBYTE pbBuff;
int cbBuff;
|