浏览代码

* Tenum_typedata needs to include the Common record as well

git-svn-id: trunk@42438 -
svenbarth 6 年之前
父节点
当前提交
c0da39a35d
共有 1 个文件被更改,包括 3 次插入0 次删除
  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: (