|
@@ -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;
|