mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 03:49:05 +02:00
h68units: fixed dottedunits inclusion
This commit is contained in:
parent
3ee412a4a5
commit
8d7517b430
@ -1,3 +1,3 @@
|
||||
unit Human68kApi.DOS;
|
||||
{$DEFINE FPC_DOTTEDUNITS}
|
||||
{$i human68k.pas}
|
||||
{$i h68kdos.pas}
|
||||
|
@ -13,7 +13,9 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
{$IFNDEF FPC_DOTTEDUNITS}
|
||||
unit h68kdos;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user