Explorar el Código
* E.Size changed to int64 for consistency with FileSize result
git-svn-id: trunk@9807 -
Tomas Hajny
hace 17 años
|
@@ -22,7 +22,7 @@ type
|
|
|
TExeFile=record
|
|
|
f : file;
|
|
|
// cached filesize
|
|
|
- size : longint;
|
|
|
+ size : int64;
|
|
|
isopen : boolean;
|
|
|
nsects : longint;
|
|
|
sechdrofs,
|