* Tenum_typedata needs to include the Common record as well

git-svn-id: trunk@42438 -
This commit is contained in:
svenbarth 2019-07-13 14:38:24 +00:00
parent 55dfb59631
commit c0da39a35d

View File

@ -523,6 +523,9 @@ type
{$packrecords c}
Penum_typedata=^Tenum_typedata;
Tenum_typedata={$ifndef FPC_REQUIRES_PROPER_ALIGNMENT}packed{$endif}record
{$if declared(TRttiDataCommon)}
Common: TRttiDataCommon;
{$endif}
ordtype:byte;
case TTypeKind of
tkInteger,tkChar,tkEnumeration,tkBool,tkWChar,tkSet: (