mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +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
|
type
|
||||||
PUtilityBase = ^TUtilityName;
|
PUtilityBase = ^TUtilityBase;
|
||||||
TUtilityName = packed record
|
TUtilityBase = packed record
|
||||||
ub_LibNode : TLibrary;
|
ub_LibNode : TLibrary;
|
||||||
ub_Language: Byte;
|
ub_Language: Byte;
|
||||||
ub_Reserved: Byte;
|
ub_Reserved: Byte;
|
||||||
|
Loading…
Reference in New Issue
Block a user