From 957ff20f37d25927cf48efb52289f6c6a60f1e0b Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 9 Sep 2015 23:33:30 +0200 Subject: Windows: Implement waiting dialog for Mount All Favorites Volumes operation. --- src/Mount/Mount.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Mount/Mount.h') diff --git a/src/Mount/Mount.h b/src/Mount/Mount.h index a816dd67..dcae9921 100644 --- a/src/Mount/Mount.h +++ b/src/Mount/Mount.h @@ -126,7 +126,7 @@ typedef struct } mountFavoriteVolumeThreadParam; void SetDriverConfigurationFlag (uint32 flag, BOOL state); -BOOL MountFavoriteVolumes (BOOL systemFavorites = FALSE, BOOL logOnMount = FALSE, BOOL hotKeyMount = FALSE, const VeraCrypt::FavoriteVolume &favoriteVolumeToMount = VeraCrypt::FavoriteVolume()); -void __cdecl mountFavoriteVolumeThreadFunction (void *pArg); +BOOL MountFavoriteVolumes (HWND hwnd, BOOL systemFavorites = FALSE, BOOL logOnMount = FALSE, BOOL hotKeyMount = FALSE, const VeraCrypt::FavoriteVolume &favoriteVolumeToMount = VeraCrypt::FavoriteVolume()); +void CALLBACK mountFavoriteVolumeThreadFunction (void *pArg, HWND hwnd); #endif -- cgit v1.2.3