Ver Fonte

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

git-svn-id: trunk@22800 -
florian há 12 anos atrás
pai
commit
86429c634f
1 ficheiros alterados com 1 adições e 9 exclusões
  1. 1 9
      packages/winunits-jedi/src/jwawindns.pas

+ 1 - 9
packages/winunits-jedi/src/jwawindns.pas

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