mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-15 16:18:38 +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. *)
|
(* to be written to the console to make debugging easier. *)
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
{$ifdef FPC}
|
||||||
|
{$ifdef win32}
|
||||||
|
win32err,
|
||||||
|
{$endif win32}
|
||||||
|
{$endif FPC}
|
||||||
Dos;
|
Dos;
|
||||||
|
|
||||||
{$IFDEF OS2}
|
{$IFDEF OS2}
|
||||||
|
Loading…
Reference in New Issue
Block a user