From 08f94000706ad1a7a10e1a6efc08517d86e65d4f Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 16 Nov 2015 20:39:38 +0000 Subject: [PATCH] * adding puint64 mantis #29020 git-svn-id: trunk@32351 - --- rtl/inc/systemh.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/rtl/inc/systemh.inc b/rtl/inc/systemh.inc index 5a3350bb3b..ca4896d9ce 100644 --- a/rtl/inc/systemh.inc +++ b/rtl/inc/systemh.inc @@ -509,6 +509,7 @@ Type PCardinal = ^Cardinal; PQWord = ^QWord; PInt64 = ^Int64; + PUInt64 = ^UInt64; PPtrInt = ^PtrInt; PPtrUInt = ^PtrUInt; PSizeInt = ^SizeInt;