Browse Source

* fix test for windows

git-svn-id: trunk@40091 -
florian 6 năm trước cách đây
mục cha
commit
cd209cea53
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      tests/webtbs/tw34442.pp

+ 6 - 1
tests/webtbs/tw34442.pp

@@ -3,7 +3,12 @@
 {$mode delphi}
 
 uses
-  sysutils;
+  sysutils
+{$ifdef WINDOWS}
+  ,windows
+{$endif WINDOWS}
+  ;
+
 
 {$define use_inline }