mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 04:18:48 +02:00
* use win32err unit for win32 target
This commit is contained in:
parent
236732e77e
commit
b378f18d13
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user