* use win32err unit for win32 target

This commit is contained in:
pierre 2003-04-30 21:52:09 +00:00
parent 236732e77e
commit b378f18d13

View File

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