You've already forked lazarus-ccr
RichMemo: fix compile with latest lazarus - utf8
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4950 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
|
||||
unit richmemopackage;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -32,6 +32,7 @@ function SaveStream(ARich: TCustomRichMemo; Dst: TStream): Boolean;
|
||||
procedure RegisterRTFSaver;
|
||||
|
||||
implementation
|
||||
uses LazUTF8;
|
||||
|
||||
var
|
||||
LangConvTable : array of record lang: integer; proc: TEncConvProc end;
|
||||
|
Reference in New Issue
Block a user