Browse Source

AROS: 32/64-bit fix field alignment for unit commodities

Make sure AROS' record structures are C-packed.
magorium 3 years ago
parent
commit
030fe14bde
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/arosunits/src/commodities.pas

+ 1 - 1
packages/arosunits/src/commodities.pas

@@ -12,7 +12,7 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
  **********************************************************************}
-{$PACKRECORDS 2}
+{$PACKRECORDS C}
 unit commodities;
 
 interface