소스 검색

Added EntryOffset field for _IMPLEMENTS

git-svn-id: trunk@4361 -
chrivers 19 년 전
부모
커밋
fca5f6fc5e
1개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. 6 5
      rtl/inc/objpash.inc

+ 6 - 5
rtl/inc/objpash.inc

@@ -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;