瀏覽代碼

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

Karoly Balogh 3 年之前
父節點
當前提交
ee5e89733f
共有 1 個文件被更改,包括 3 次插入0 次删除
  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