2
0
Эх сурвалжийг харах

* use win32err unit for win32 target

pierre 22 жил өмнө
parent
commit
b378f18d13

+ 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}