mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 16:09:26 +02:00
* make sure the size of tinterfaceentry is correct, regardless of
the maxrecordalign setting of the target git-svn-id: trunk@6591 -
This commit is contained in:
parent
9876d04bcd
commit
b52c4f821a
@ -124,7 +124,9 @@
|
||||
VTable : Pointer;
|
||||
IOffset : PtrInt;
|
||||
IIDStr : pshortstring; { never nil. Com: upper(GuidToString(IID^)) }
|
||||
IType : tinterfaceentrytype;
|
||||
case boolean of
|
||||
true : (IType : tinterfaceentrytype);
|
||||
false : (__pad_dummy : pointer);
|
||||
end;
|
||||
|
||||
pinterfacetable = ^tinterfacetable;
|
||||
@ -344,4 +346,4 @@
|
||||
end;
|
||||
|
||||
var
|
||||
DispCallByIDProc : pointer;
|
||||
DispCallByIDProc : pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user