mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:09:27 +02:00
- removed the FPC 2.6.x compatibility ifdefs from tinterfaceentry
git-svn-id: trunk@34637 -
This commit is contained in:
parent
8571e9f82a
commit
019f904be8
@ -178,17 +178,7 @@
|
||||
VTable : Pointer;
|
||||
IOffset : sizeuint;
|
||||
IIDStrRef : {$IFNDEF VER3_0}^{$ENDIF}pshortstring; { never nil. Com: upper(GuidToString(IID^)) }
|
||||
{$ifdef VER2_6}
|
||||
case boolean of
|
||||
{$ifdef ENDIAN_BIG}
|
||||
true : ({$IFDEF CPU64}__pad: longint;{$ENDIF}IType : tinterfaceentrytype);
|
||||
{$else ENDIAN_BIG}
|
||||
true : (IType : tinterfaceentrytype);
|
||||
{$endif ENDIAN_BIG}
|
||||
false : (__pad_dummy : sizeint);
|
||||
{$else VER2_6}
|
||||
IType : tinterfaceentrytype;
|
||||
{$endif VER2_6}
|
||||
end;
|
||||
|
||||
tinterfacetable = record
|
||||
|
Loading…
Reference in New Issue
Block a user