Parcourir la source

* Tenum_typedata needs to include the Common record as well

git-svn-id: trunk@42438 -
svenbarth il y a 6 ans
Parent
commit
c0da39a35d
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      rtl/inc/sstrings.inc

+ 3 - 0
rtl/inc/sstrings.inc

@@ -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: (