From 8f6c08330ac37b7729d8c1bf7276e8fede2d17fa Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 20 Dec 2015 20:11:50 +0100 Subject: Windows: Implement PIM caching, both for system encryption and for normal volumes. Add options to activate it in the Preferences and System Settings. --- src/Common/Dlgcode.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Common/Dlgcode.c') diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c index cb15052c..db14ecea 100644 --- a/src/Common/Dlgcode.c +++ b/src/Common/Dlgcode.c @@ -6622,6 +6622,7 @@ int MountVolume (HWND hwndDlg, int pim, BOOL truecryptMode, BOOL cachePassword, + BOOL cachePim, BOOL sharedAccess, const MountOptions* const mountOptions, BOOL quiet, @@ -6670,6 +6671,7 @@ int MountVolume (HWND hwndDlg, retry: mount.nDosDriveNo = driveNo; mount.bCache = cachePassword; + mount.bCachePim = cachePim; mount.bPartitionInInactiveSysEncScope = FALSE; -- cgit v1.2.3