Pārlūkot izejas kodu

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

git-svn-id: trunk@17983 -
sergei 14 gadi atpakaļ
vecāks
revīzija
e32317bca4
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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;