diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-18 11:13:20 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-18 16:47:23 +0200 |
commit | 20889d4553a132cd8749a73853715fd3a0f237e5 (patch) | |
tree | 59a10b0fff93d43fcde3cb0e1a0123939d5351d3 /src/Driver/Ntdriver.h | |
parent | 2fea18c3f50599e0b51a731cc8f89a8d99c9df86 (diff) | |
download | VeraCrypt-20889d4553a132cd8749a73853715fd3a0f237e5.tar.gz VeraCrypt-20889d4553a132cd8749a73853715fd3a0f237e5.zip |
Windows: Implement workaround on Windows 10 to make VeraCrypt encrypted disks visible to Windows defragmenter
Diffstat (limited to 'src/Driver/Ntdriver.h')
-rw-r--r-- | src/Driver/Ntdriver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Driver/Ntdriver.h b/src/Driver/Ntdriver.h index 8403f212..b679952a 100644 --- a/src/Driver/Ntdriver.h +++ b/src/Driver/Ntdriver.h @@ -66,6 +66,7 @@ typedef struct EXTENSION ULONG HostMaximumTransferLength; ULONG HostMaximumPhysicalPages; ULONG HostAlignmentMask; + ULONG DeviceNumber; BOOL IncursSeekPenalty; BOOL TrimEnabled; |