* tosunits: add some required defines about compiler mode, strings, alignment in the TOS unit

This commit is contained in:
Karoly Balogh 2022-02-04 01:57:52 +01:00
parent 4a85ab9cb9
commit ee5e89733f

View File

@ -17,6 +17,9 @@
consider using the gemdos/bios/xbios units instead.
}
{$MODE FPC}
{$LONGSTRINGS OFF} { this unit always uses shortstrings }
{$PACKRECORDS 2}
unit tos;
interface