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:
parent
c5ac664c09
commit
3062cbec03
@ -353,6 +353,11 @@ function GetBrowserPath : string;
|
||||
|
||||
implementation
|
||||
|
||||
{$IFDEF LCL}
|
||||
uses
|
||||
LCLPlatformDef ;
|
||||
{$ENDIF}
|
||||
|
||||
{These functions belong in LclIntf unit}
|
||||
|
||||
function IsCharAlpha(c : Char) : Boolean;
|
||||
|
@ -412,6 +412,10 @@ type
|
||||
|
||||
implementation
|
||||
|
||||
{$IFDEF LCL}
|
||||
uses
|
||||
LazUTF8;
|
||||
{$ENDIF}
|
||||
|
||||
const
|
||||
calMargin = 4; {left, right, and top margin}
|
||||
|
Loading…
Reference in New Issue
Block a user