mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 20:19:16 +02:00
lhelp: fixed compilation on fpc 2.6.4
git-svn-id: trunk@53979 -
This commit is contained in:
parent
87c8c7df49
commit
f6d8f1a0df
@ -816,11 +816,7 @@ begin
|
|||||||
fOutputIPC := TSimpleIPCClient.Create(nil);
|
fOutputIPC := TSimpleIPCClient.Create(nil);
|
||||||
fOutputIPC.ServerID := ServerName+'client';
|
fOutputIPC.ServerID := ServerName+'client';
|
||||||
try
|
try
|
||||||
if fOutputIPC.ServerRunning
|
if fOutputIPC.ServerRunning then
|
||||||
{$IFDEF STALE_PIPE_WORKAROUND}
|
|
||||||
and not IPCPipeIsStale(fOutputIPC)
|
|
||||||
{$ENDIF}
|
|
||||||
then
|
|
||||||
fOutputIPC.Active := True;
|
fOutputIPC.Active := True;
|
||||||
except
|
except
|
||||||
fOutputIPC.Active := False;
|
fOutputIPC.Active := False;
|
||||||
|
Loading…
Reference in New Issue
Block a user