* fix typo bug

This commit is contained in:
pierre 2003-01-28 16:53:16 +00:00
parent 240d56625d
commit 9d0e8cbf50

View File

@ -51,7 +51,7 @@ end;
procedure CheckCygwinVersion;
begin
if GetCygwinVersionHigh < 1003 shr 16 then
if GetCygwinVersionHigh < 1003 shl 16 then
begin
Writeln('The cygwin1.dll that you have in "',CygwinFullName,'" is too old');
Writeln('If the IDE does not work correctly, please consider');