mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 04:16:06 +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.ServerID := ServerName+'client';
|
||||
try
|
||||
if fOutputIPC.ServerRunning
|
||||
{$IFDEF STALE_PIPE_WORKAROUND}
|
||||
and not IPCPipeIsStale(fOutputIPC)
|
||||
{$ENDIF}
|
||||
then
|
||||
if fOutputIPC.ServerRunning then
|
||||
fOutputIPC.Active := True;
|
||||
except
|
||||
fOutputIPC.Active := False;
|
||||
|
Loading…
Reference in New Issue
Block a user