浏览代码

* int32 is longint in default mode, not integer.

git-svn-id: trunk@20604 -
marco 13 年之前
父节点
当前提交
3610aaa01a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/inc/systemh.inc

+ 1 - 1
rtl/inc/systemh.inc

@@ -291,7 +291,7 @@ Type
 
   Int8    = ShortInt;
   Int16   = SmallInt;
-  Int32   = Integer;
+  Int32   = Longint;
   IntPtr  = PtrInt;
   UInt8   = Byte;
   UInt16  = Word;