Pārlūkot izejas kodu

tests: fix compilation for platforms without activeX

git-svn-id: trunk@15141 -
paul 15 gadi atpakaļ
vecāks
revīzija
be1ba05a4c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      tests/webtbs/tw16161.pp

+ 1 - 1
tests/webtbs/tw16161.pp

@@ -6,7 +6,7 @@ program tw16161;
 {$apptype console}
 
 uses
-  Classes, ActiveX;
+  Classes, {$ifdef fpc}Types{$else}ActiveX{$endif};
 
 var
   Stream1: TMemoryStream;