Browse Source

* E.Size changed to int64 for consistency with FileSize result

git-svn-id: trunk@9807 -
Tomas Hajny 17 năm trước cách đây
mục cha
commit
8c9099b5e5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rtl/inc/exeinfo.pp

+ 1 - 1
rtl/inc/exeinfo.pp

@@ -22,7 +22,7 @@ type
   TExeFile=record
     f : file;
     // cached filesize
-    size      : longint;
+    size      : int64;
     isopen    : boolean;
     nsects    : longint;
     sechdrofs,