chmhelp: fixed the wrong fpc version check

git-svn-id: trunk@45091 -
This commit is contained in:
mattias 2014-05-19 08:33:07 +00:00
parent df5bd3cc50
commit cdf217231d

View File

@ -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)}