summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/src/commons.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-11-18 17:27:24 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-11-18 17:27:24 +0000
commit4491b4f5a8964a02784744de83902e1ca93013f7 (patch)
tree64aedc13d3c87c6d03b4ee54f7c876c67f28134c /plugins/SpellChecker/src/commons.h
parent730d5d09fc38c5c92cc5f862c043e604448dc929 (diff)
fix for red subscripts in Spell Checker
git-svn-id: http://svn.miranda-ng.org/main/trunk@11013 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker/src/commons.h')
-rw-r--r--plugins/SpellChecker/src/commons.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/SpellChecker/src/commons.h b/plugins/SpellChecker/src/commons.h
index 598627fcd2..a0841026e7 100644
--- a/plugins/SpellChecker/src/commons.h
+++ b/plugins/SpellChecker/src/commons.h
@@ -24,10 +24,11 @@ Boston, MA 02111-1307, USA.
#define OEMRESOURCE
#include <windows.h>
-#include <richedit.h>
+#include <msapi/richedit5.h>
#include <tom.h>
#include <richole.h>
#include <commctrl.h>
+
#include <map>
#include <vector>
#include <string>