mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 20:20:26 +02:00
* TPropInfo.GetProc, .SetProc and .StoredProc changed to CodePointer for compatibility with the i8086 medium memory model
git-svn-id: trunk@25117 -
This commit is contained in:
parent
59d014dd10
commit
79db53b049
@ -279,9 +279,9 @@ unit typinfo;
|
||||
PPropInfo = ^TPropInfo;
|
||||
TPropInfo = packed record
|
||||
PropType : PTypeInfo;
|
||||
GetProc : Pointer;
|
||||
SetProc : Pointer;
|
||||
StoredProc : Pointer;
|
||||
GetProc : CodePointer;
|
||||
SetProc : CodePointer;
|
||||
StoredProc : CodePointer;
|
||||
Index : Integer;
|
||||
Default : Longint;
|
||||
NameIndex : SmallInt;
|
||||
|
Loading…
Reference in New Issue
Block a user