ADD: Wcx-plugins - more accurate time support

This commit is contained in:
Alexander Koblov 2024-06-16 14:59:39 +03:00
commit 1b9671eda7
9 changed files with 49 additions and 24 deletions

View file

@ -132,6 +132,7 @@ typedef struct {
int CmtSize;
int CmtState;
char Reserved[1024];
uint64_t MfileTime;
} tHeaderDataExW;
typedef struct {

View file

@ -179,6 +179,7 @@ type
CmtSize,
CmtState:longint;
Reserved:array[0..1023] of char;
MfileTime: UInt64;
end;
tOpenArchiveData=packed record