mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 23:30:43 +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;
|
VTable : Pointer;
|
||||||
IOffset : PtrInt;
|
IOffset : PtrInt;
|
||||||
IIDStr : pshortstring; { never nil. Com: upper(GuidToString(IID^)) }
|
IIDStr : pshortstring; { never nil. Com: upper(GuidToString(IID^)) }
|
||||||
IType : tinterfaceentrytype;
|
case boolean of
|
||||||
|
true : (IType : tinterfaceentrytype);
|
||||||
|
false : (__pad_dummy : pointer);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
pinterfacetable = ^tinterfacetable;
|
pinterfacetable = ^tinterfacetable;
|
||||||
@ -344,4 +346,4 @@
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
var
|
var
|
||||||
DispCallByIDProc : pointer;
|
DispCallByIDProc : pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user