richmemo: prevent $OBJECTCHECKS (-CR) on RichMemo units

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4600 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
skalogryz
2016-03-25 13:53:06 +00:00
parent 99b1438dfe
commit 2084eccb79
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
unit RichMemo;
{$mode objfpc}{$H+}
{$OBJECTCHECKS OFF}
interface

View File

@ -20,6 +20,7 @@
unit Win32RichMemo;
{$mode objfpc}{$H+}
{$OBJECTCHECKS OFF}
interface