mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:29:27 +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;
|
||||
tinterfaceentry = record
|
||||
IID : pguid; { if assigned(IID) then Com else Corba}
|
||||
VTable : Pointer;
|
||||
IOffset : PtrInt;
|
||||
IIDStr : pshortstring; { never nil. Com: upper(GuidToString(IID^)) }
|
||||
EntryType : tinterfaceentrytype;
|
||||
IID : pguid; { if assigned(IID) then Com else Corba}
|
||||
VTable : Pointer;
|
||||
IOffset : PtrInt;
|
||||
IIDStr : pshortstring; { never nil. Com: upper(GuidToString(IID^)) }
|
||||
EntryType : tinterfaceentrytype;
|
||||
EntryOffset : PtrInt;
|
||||
end;
|
||||
|
||||
pinterfacetable = ^tinterfacetable;
|
||||
|
Loading…
Reference in New Issue
Block a user