- remove definition of QWord as suggested by Simon Ameis in #22465

git-svn-id: trunk@22800 -
This commit is contained in:
florian 2012-10-21 14:47:59 +00:00
parent a34f28c067
commit 86429c634f

View File

@ -79,14 +79,6 @@ type
IN6_ADDR = Pointer; // todo
{$ENDIF JWA_INCLUDEMODE}
//
// Define QWORD -- not yet defined globally
//
type
QWORD = Int64;
{$EXTERNALSYM QWORD}
//
// DNS public types
//
@ -167,7 +159,7 @@ type
// IP6 string max is 45 bytes
// - 6 WORDs in colon+hex (5 chars)
// - last DWORD as IP4 (15 chars)
//
//
const
IP6_ADDRESS_STRING_LENGTH = 47;