Browse Source

test: fix tres4.pp - it required unit windows on windows systems

git-svn-id: trunk@14457 -
paul 15 years ago
parent
commit
80e2d8f221
1 changed files with 3 additions and 2 deletions
  1. 3 2
      tests/test/units/system/tres4.pp

+ 3 - 2
tests/test/units/system/tres4.pp

@@ -4,9 +4,10 @@ program tres4;
 
 
 uses
+{$ifdef MSWINDOWS}
+  windows,
+{$endif}
   classes,
-
-
   sysutils;
 
 {$R tres4.res}