Browse Source

* use win32err unit for win32 target

pierre 22 years ago
parent
commit
b378f18d13
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tests/test/units/dos/tfexpand.pp

+ 5 - 0
tests/test/units/dos/tfexpand.pp

@@ -7,6 +7,11 @@ program TFExpand;
 (* to be written to the console to make debugging easier.  *)
 
 uses
+{$ifdef FPC}
+  {$ifdef win32}
+    win32err,
+  {$endif win32}
+{$endif FPC}
  Dos;
 
 {$IFDEF OS2}