Browse Source

* Fixed x86_64 compilation further (rev. 17940 was not enough).

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

+ 2 - 2
tests/webtbs/tw14992c.pp

@@ -10,12 +10,12 @@ uses
 var
   dll1, dll2: HModule;
 
-function T1(Parameter: Pointer): LongInt;
+function T1(Parameter: Pointer): PtrInt;
 begin
   //Sleep(100);
 end;
 
-function T2(Parameter: Pointer): LongInt;
+function T2(Parameter: Pointer): PtrInt;
 begin
   //Sleep(100);
 end;