diff options
Diffstat (limited to 'src/envfs.h')
| -rw-r--r-- | src/envfs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/envfs.h b/src/envfs.h index 1fc53bcf..6cc98775 100644 --- a/src/envfs.h +++ b/src/envfs.h @@ -9,7 +9,8 @@ namespace env struct File { std::wstring name; - FILETIME ft; + std::wstring lcname; + FILETIME lastModified; }; struct Directory |
