mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 19:29:09 +02:00
Added EntryOffset field for _IMPLEMENTS
git-svn-id: trunk@4361 -
This commit is contained in:
parent
7ec741fa05
commit
fca5f6fc5e
@ -112,11 +112,12 @@
|
|||||||
|
|
||||||
pinterfaceentry = ^tinterfaceentry;
|
pinterfaceentry = ^tinterfaceentry;
|
||||||
tinterfaceentry = record
|
tinterfaceentry = record
|
||||||
IID : pguid; { if assigned(IID) then Com else Corba}
|
IID : pguid; { if assigned(IID) then Com else Corba}
|
||||||
VTable : Pointer;
|
VTable : Pointer;
|
||||||
IOffset : PtrInt;
|
IOffset : PtrInt;
|
||||||
IIDStr : pshortstring; { never nil. Com: upper(GuidToString(IID^)) }
|
IIDStr : pshortstring; { never nil. Com: upper(GuidToString(IID^)) }
|
||||||
EntryType : tinterfaceentrytype;
|
EntryType : tinterfaceentrytype;
|
||||||
|
EntryOffset : PtrInt;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
pinterfacetable = ^tinterfacetable;
|
pinterfacetable = ^tinterfacetable;
|
||||||
|
Loading…
Reference in New Issue
Block a user