mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Wcx-plugins - more accurate time support
This commit is contained in:
parent
573515e601
commit
1b9671eda7
9 changed files with 49 additions and 24 deletions
|
|
@ -132,6 +132,7 @@ typedef struct {
|
|||
int CmtSize;
|
||||
int CmtState;
|
||||
char Reserved[1024];
|
||||
uint64_t MfileTime;
|
||||
} tHeaderDataExW;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
|
|
@ -179,6 +179,7 @@ type
|
|||
CmtSize,
|
||||
CmtState:longint;
|
||||
Reserved:array[0..1023] of char;
|
||||
MfileTime: UInt64;
|
||||
end;
|
||||
|
||||
tOpenArchiveData=packed record
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue