mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 02:29:12 +02:00
Added EntryOffset field for _IMPLEMENTS
git-svn-id: trunk@4361 -
This commit is contained in:
parent
7ec741fa05
commit
fca5f6fc5e
@ -117,6 +117,7 @@
|
|||||||
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