mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 03:39:33 +02:00
* tosunits: add some required defines about compiler mode, strings, alignment in the TOS unit
This commit is contained in:
parent
4a85ab9cb9
commit
ee5e89733f
@ -17,6 +17,9 @@
|
|||||||
consider using the gemdos/bios/xbios units instead.
|
consider using the gemdos/bios/xbios units instead.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{$MODE FPC}
|
||||||
|
{$LONGSTRINGS OFF} { this unit always uses shortstrings }
|
||||||
|
{$PACKRECORDS 2}
|
||||||
unit tos;
|
unit tos;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
Loading…
Reference in New Issue
Block a user