ソースを参照

* tosunits: add {$PACKRECORDS 2} everywhere, just in case

Karoly Balogh 3 年 前
コミット
b56e1b0cd8

+ 1 - 0
packages/tosunits/src/aes.pas

@@ -12,6 +12,7 @@
 
  **********************************************************************}
 
+{$PACKRECORDS 2}
 unit aes;
 
 interface

+ 1 - 0
packages/tosunits/src/bios.pas

@@ -12,6 +12,7 @@
 
  **********************************************************************}
 
+{$PACKRECORDS 2}
 unit bios;
 
 interface

+ 1 - 0
packages/tosunits/src/gemdos.pas

@@ -12,6 +12,7 @@
 
  **********************************************************************}
 
+{$PACKRECORDS 2}
 unit gemdos;
 
 interface

+ 1 - 0
packages/tosunits/src/metados.pas

@@ -12,6 +12,7 @@
 
  **********************************************************************}
 
+{$PACKRECORDS 2}
 unit metados;
 
 interface

+ 1 - 0
packages/tosunits/src/vdi.pas

@@ -12,6 +12,7 @@
 
  **********************************************************************}
 
+{$PACKRECORDS 2}
 unit vdi;
 
 interface

+ 1 - 0
packages/tosunits/src/xbios.pas

@@ -12,6 +12,7 @@
 
  **********************************************************************}
 
+{$PACKRECORDS 2}
 unit xbios;
 
 interface