X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/4782a5c5afee47721cc617daa40dd29828342c2b..803cf6668d9e89c244e5fbc7f996a460470338dd:/uint32.inc diff --git a/uint32.inc b/uint32.inc old mode 100755 new mode 100644 index 897db79..47a89a3 --- a/uint32.inc +++ b/uint32.inc @@ -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 + For conditions of distribution and use, see copyright notice in zlib_license.txt + which is included in the package ----------------------------------------------------------------------------- } type {delphi 3 and before do not have a 32 bits unsigned integer type, @@ -11,4 +11,4 @@ type {$ifdef ver90}{$define pred4}{$endif} {delphi 2} {$ifdef ver100}{$define pred4}{$endif} {delphi 3} {$endif} - uint32={$ifdef pred4}longint{$else}longword{$endif}; + uint32={$ifdef pred4}longint{$else}cardinal{$endif};