diff options
author | George Hazan <george.hazan@gmail.com> | 2016-08-14 12:42:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-08-14 12:42:44 +0000 |
commit | d7429e05b92f63ddf8eab8ebcb569a9ac18ce82e (patch) | |
tree | 8ec08e30a29a714d07afa539c48b2d21d4eec94c /plugins/HistoryPlusPlus/hpp_richedit.pas | |
parent | 76cbb1d718f2d72bca13c20f41dfd9ecdf0660c4 (diff) |
h++ to use MSFTEDIT.DLL instead of RICHED20.DLL
git-svn-id: http://svn.miranda-ng.org/main/trunk@17185 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_richedit.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_richedit.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_richedit.pas b/plugins/HistoryPlusPlus/hpp_richedit.pas index aef1add484..8ce5b97a49 100644 --- a/plugins/HistoryPlusPlus/hpp_richedit.pas +++ b/plugins/HistoryPlusPlus/hpp_richedit.pas @@ -47,7 +47,7 @@ unit hpp_richedit; interface
-{.$DEFINE AllowMSFTEDIT}
+{$DEFINE AllowMSFTEDIT}
uses
Windows, Messages, Classes, RichEdit, ActiveX,
|