1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 03:18:26 -06:00

Windows: Implement workaround on Windows 10 to make VeraCrypt encrypted disks visible to Windows defragmenter

This commit is contained in:
Mounir IDRASSI
2018-08-18 11:13:20 +02:00
parent 2fea18c3f5
commit 20889d4553
3 changed files with 32 additions and 5 deletions

View File

@@ -66,6 +66,7 @@ typedef struct EXTENSION
ULONG HostMaximumTransferLength;
ULONG HostMaximumPhysicalPages;
ULONG HostAlignmentMask;
ULONG DeviceNumber;
BOOL IncursSeekPenalty;
BOOL TrimEnabled;