-{ Copyright (C) 2005 Bas Steendijk and Peter Green
-  For conditions of distribution and use, see copyright notice in zlib_license.txt
-  which is included in the package
+{ Copyright (C) 2005 Bas Steendijk and Peter Green\r
+  For conditions of distribution and use, see copyright notice in zlib_license.txt\r
+  which is included in the package\r
   ----------------------------------------------------------------------------- }\r
 type\r
   {delphi 3 and before do not have a 32 bits unsigned integer type,\r
     {$ifdef ver90}{$define pred4}{$endif} {delphi 2}\r
     {$ifdef ver100}{$define pred4}{$endif} {delphi 3}\r
   {$endif}\r
-  uint32={$ifdef pred4}longint{$else}longword{$endif};\r
+  uint32={$ifdef pred4}longint{$else}cardinal{$endif};\r