Procházet zdrojové kódy

Added EntryOffset field for _IMPLEMENTS

git-svn-id: trunk@4361 -
chrivers před 19 roky
rodič
revize
fca5f6fc5e
1 změnil soubory, kde provedl 6 přidání a 5 odebrání
  1. 6 5
      rtl/inc/objpash.inc

+ 6 - 5
rtl/inc/objpash.inc

@@ -112,11 +112,12 @@
 
 
        pinterfaceentry = ^tinterfaceentry;
        pinterfaceentry = ^tinterfaceentry;
        tinterfaceentry = record
        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;
        end;
 
 
        pinterfacetable = ^tinterfacetable;
        pinterfacetable = ^tinterfacetable;