소스 검색

tests: fix compilation for platforms without activeX

git-svn-id: trunk@15141 -
paul 15 년 전
부모
커밋
be1ba05a4c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;