mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 08:51:21 +02:00
- remove definition of QWord as suggested by Simon Ameis in #22465
git-svn-id: trunk@22800 -
This commit is contained in:
parent
a34f28c067
commit
86429c634f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user