mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-23 21:01:42 +02:00
chmhelp: fixed the wrong fpc version check
git-svn-id: trunk@45091 -
This commit is contained in:
parent
df5bd3cc50
commit
cdf217231d
@ -283,7 +283,7 @@ begin
|
||||
// Exit;
|
||||
|
||||
Proc := TProcessUTF8.Create(nil);
|
||||
{$if FPC_FULLVERSION<20400}
|
||||
{$if FPC_FULLVERSION<20604}
|
||||
Proc.InheritHandles := false;
|
||||
{$endif}
|
||||
{$if (fpc_version=2) and (fpc_release<5)}
|
||||
|
Loading…
Reference in New Issue
Block a user