You've already forked lazarus-ccr
orpheus: Fix compilation with Laz 1.8/1.9
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6123 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -353,6 +353,11 @@ function GetBrowserPath : string;
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
{$IFDEF LCL}
|
||||||
|
uses
|
||||||
|
LCLPlatformDef ;
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
{These functions belong in LclIntf unit}
|
{These functions belong in LclIntf unit}
|
||||||
|
|
||||||
function IsCharAlpha(c : Char) : Boolean;
|
function IsCharAlpha(c : Char) : Boolean;
|
||||||
|
@ -412,6 +412,10 @@ type
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
{$IFDEF LCL}
|
||||||
|
uses
|
||||||
|
LazUTF8;
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
const
|
const
|
||||||
calMargin = 4; {left, right, and top margin}
|
calMargin = 4; {left, right, and top margin}
|
||||||
|
Reference in New Issue
Block a user