Browse Source

* Fixed compilation for x86_64-win64

git-svn-id: trunk@17940 -
sergei 14 years ago
parent
commit
c32e4b291e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw14992c.pp

+ 1 - 1
tests/webtbs/tw14992c.pp

@@ -22,7 +22,7 @@ end;
 
 var
   h: array[0..1] of THandle;
-  id1, id2: DWORD;
+  id1, id2: TThreadID;
   p : pointer;
 begin
   IsMultiThread:=True;