|
@@ -1022,7 +1022,7 @@ type
|
|
TExAllData = record
|
|
TExAllData = record
|
|
ed_Next: PExAllData;
|
|
ed_Next: PExAllData;
|
|
ed_Name: PChar; // Name of the file
|
|
ed_Name: PChar; // Name of the file
|
|
- ed_Type, // Type of File
|
|
|
|
|
|
+ ed_Type: LongInt; // Type of File
|
|
ed_Size, // Size of File
|
|
ed_Size, // Size of File
|
|
ed_Prot, // Protection Bits
|
|
ed_Prot, // Protection Bits
|
|
{ The following three fields are de facto an embedded datestamp
|
|
{ The following three fields are de facto an embedded datestamp
|