mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 15:40:16 +02:00
AROS: MUI 64 bit record fixes
git-svn-id: trunk@35032 -
This commit is contained in:
parent
0954e09834
commit
cb0cd5ea56
@ -3574,12 +3574,12 @@ type
|
||||
// Instance data of notify class
|
||||
TMUI_NotifyData = record
|
||||
mnd_GlobalInfo: PMUI_GlobalInfo;
|
||||
mnd_UserData: LongWord;
|
||||
mnd_UserData: IPTR;
|
||||
mnd_ObjectID: LongWord;
|
||||
priv1: LongWord;
|
||||
priv2: LongWord;
|
||||
priv3: LongWord;
|
||||
priv4: LongWord;
|
||||
priv1: Pointer;
|
||||
priv2: Pointer;
|
||||
priv3: Pointer;
|
||||
priv4: IPTR;
|
||||
end;
|
||||
PMUI_NotifyData = ^TMUI_NotifyData;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user