You've already forked lazarus-ccr
richmemo: Fix compilation with Laz trunk
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4970 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -5,7 +5,7 @@ interface
|
|||||||
{$mode objfpc}{$h+}
|
{$mode objfpc}{$h+}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, LCLProc, LCLIntf, LConvEncoding, Graphics,
|
Classes, SysUtils, LCLProc, LCLIntf, LConvEncoding, LazUTF8, Graphics,
|
||||||
RichMemo, RTFParsPre211;
|
RichMemo, RTFParsPre211;
|
||||||
|
|
||||||
function MVCParserLoadStream(ARich: TCustomRichMemo; Source: TStream): Boolean;
|
function MVCParserLoadStream(ARich: TCustomRichMemo; Source: TStream): Boolean;
|
||||||
|
Reference in New Issue
Block a user