From 7cbe6b71e50b535d40336385600139cf2f8524ba Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 23 Aug 2018 20:57:00 +0200 Subject: =?UTF-8?q?Windows:=20implement=20a=20driver=20configuration=20opt?= =?UTF-8?q?ion=20to=20explicitly=20allow=20defragmenting=20non-syst=C3=A8m?= =?UTF-8?q?e=20disques=20by=20Windows=20built-in=20defragmenter=20tool.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 b679952a..2479d45b 100644 --- a/src/Driver/Ntdriver.h +++ b/src/Driver/Ntdriver.h @@ -124,6 +124,7 @@ extern BOOL VolumeClassFilterRegistered; extern BOOL CacheBootPassword; extern BOOL CacheBootPim; extern BOOL BlockSystemTrimCommand; +extern BOOL AllowWindowsDefrag; /* Helper macro returning x seconds in units of 100 nanoseconds */ #define WAIT_SECONDS(x) ((x)*10000000) -- cgit v1.2.3