You've already forked lazarus-ccr
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:
@ -20,6 +20,7 @@
|
||||
unit RichMemo;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$OBJECTCHECKS OFF}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
unit Win32RichMemo;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$OBJECTCHECKS OFF}
|
||||
|
||||
interface
|
||||
|
||||
|
Reference in New Issue
Block a user