Browse Source

tests: fix compilation for platforms without activeX

git-svn-id: trunk@15141 -
paul 15 năm trước cách đây
mục cha
commit
be1ba05a4c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;