change uint32 from longword to cardinal for posix delphi
[lcore.git] / uint32.inc
old mode 100755 (executable)
new mode 100644 (file)
index 897db79..47a89a3
@@ -1,6 +1,6 @@
-{ 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
@@ -11,4 +11,4 @@ type
     {$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