You've already forked lazarus-ccr
fpc compatibility fix
doc update git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@236 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -31,6 +31,9 @@ uses
|
||||
{$INCLUDE wst.inc}
|
||||
{$INCLUDE wst_delphi.inc}
|
||||
|
||||
const
|
||||
sSERVER_PORT = 1234;
|
||||
|
||||
type
|
||||
|
||||
{$IFDEF INDY_9}
|
||||
@@ -55,7 +58,7 @@ type
|
||||
public
|
||||
constructor Create(
|
||||
const AServerIpAddress : string = '127.0.0.1';
|
||||
const AListningPort : Integer = 1234;
|
||||
const AListningPort : Integer = sSERVER_PORT;
|
||||
const ADefaultClientPort : Integer = 25000
|
||||
);
|
||||
destructor Destroy(); override;
|
||||
|
Reference in New Issue
Block a user