Explorar o código

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

Karoly Balogh %!s(int64=3) %!d(string=hai) anos
pai
achega
ee5e89733f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      packages/tosunits/src/tos.pas

+ 3 - 0
packages/tosunits/src/tos.pas

@@ -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