Added EntryOffset field for _IMPLEMENTS

git-svn-id: trunk@4361 -
This commit is contained in:
chrivers 2006-08-06 01:02:32 +00:00
parent 7ec741fa05
commit fca5f6fc5e

View File

@ -117,6 +117,7 @@
IOffset : PtrInt;
IIDStr : pshortstring; { never nil. Com: upper(GuidToString(IID^)) }
EntryType : tinterfaceentrytype;
EntryOffset : PtrInt;
end;
pinterfacetable = ^tinterfacetable;