From 20889d4553a132cd8749a73853715fd3a0f237e5 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 18 Aug 2018 11:13:20 +0200 Subject: Windows: Implement workaround on Windows 10 to make VeraCrypt encrypted disks visible to Windows defragmenter --- src/Driver/Ntdriver.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Driver/Ntdriver.h') 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; -- cgit v1.2.3