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/stdafx.h | |
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/stdafx.h')
-rw-r--r-- | plugins/ContextHelp/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ContextHelp/src/stdafx.h b/plugins/ContextHelp/src/stdafx.h index 20cac3503d..98cea224c5 100644 --- a/plugins/ContextHelp/src/stdafx.h +++ b/plugins/ContextHelp/src/stdafx.h @@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <windows.h>
#include <Uxtheme.h>
#include <Vsstyle.h>
+#include <richedit.h>
#include <newpluginapi.h>
//#include <win2k.h>
|