mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:29:24 +02:00
MorphOS: UtilityBase fixed
git-svn-id: trunk@41953 -
This commit is contained in:
parent
587397253d
commit
494854b4d3
@ -140,8 +140,8 @@ const
|
||||
|
||||
|
||||
type
|
||||
PUtilityBase = ^TUtilityName;
|
||||
TUtilityName = packed record
|
||||
PUtilityBase = ^TUtilityBase;
|
||||
TUtilityBase = packed record
|
||||
ub_LibNode : TLibrary;
|
||||
ub_Language: Byte;
|
||||
ub_Reserved: Byte;
|
||||
|
Loading…
Reference in New Issue
Block a user