mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 06:30:26 +02:00
AROS: 32/64-bit fix field alignment for unit commodities
Make sure AROS' record structures are C-packed.
This commit is contained in:
parent
9a47cc5c47
commit
030fe14bde
@ -12,7 +12,7 @@
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
**********************************************************************}
|
||||
{$PACKRECORDS 2}
|
||||
{$PACKRECORDS C}
|
||||
unit commodities;
|
||||
|
||||
interface
|
||||
|
Loading…
Reference in New Issue
Block a user