mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 09:29:07 +02:00
require current cygwin1.dll
This commit is contained in:
parent
088892de9b
commit
92f4853a4a
@ -51,7 +51,7 @@ end;
|
|||||||
|
|
||||||
procedure CheckCygwinVersion;
|
procedure CheckCygwinVersion;
|
||||||
begin
|
begin
|
||||||
if GetCygwinVersionHigh < 1003 shl 16 then
|
if GetCygwinVersionHigh < 1005 shl 16 then
|
||||||
begin
|
begin
|
||||||
Writeln('The cygwin1.dll that you have in "',CygwinFullName,'" is too old');
|
Writeln('The cygwin1.dll that you have in "',CygwinFullName,'" is too old');
|
||||||
Writeln('If the IDE does not work correctly, please consider');
|
Writeln('If the IDE does not work correctly, please consider');
|
||||||
|
Loading…
Reference in New Issue
Block a user