Ver Fonte

* fix test for 64 bit targets

git-svn-id: trunk@32613 -
florian há 9 anos atrás
pai
commit
19a7bc0aee
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tests/webtbs/tw28713b.pp

+ 1 - 1
tests/webtbs/tw28713b.pp

@@ -4,7 +4,7 @@
 
 type
   PWordArray = ^TWordArray;
-  TWordArray = array [0..1023]of LongWord;
+  TWordArray = array [0..1023] of PtrUInt;
 
   TMyclass = class
     LoByte,HiByte:Byte