Browse Source

* rev 7338 uint64 merged to close mantis 8860

git-svn-id: branches/fixes_2_0@7381 -
marco 18 years ago
parent
commit
b61a3f1fed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/inc/systemh.inc

+ 1 - 0
rtl/inc/systemh.inc

@@ -64,6 +64,7 @@ Type
   DWord    = LongWord;
   DWord    = LongWord;
   Cardinal = LongWord;
   Cardinal = LongWord;
   Integer  = SmallInt;
   Integer  = SmallInt;
+	UInt64   = QWord;
 
 
 {$ifdef CPUI386}
 {$ifdef CPUI386}
   {$define CPU32}
   {$define CPU32}