Explorar o código

tests: fix compilation for platforms without activeX

git-svn-id: trunk@15141 -
paul %!s(int64=15) %!d(string=hai) anos
pai
achega
be1ba05a4c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;