diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-09 23:33:30 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-10 01:44:14 +0200 |
commit | 957ff20f37d25927cf48efb52289f6c6a60f1e0b (patch) | |
tree | 16da07185c5275486854fc19e214d2996ef89e5c /src/Mount/Mount.h | |
parent | ec7b5cd7e63bf78fa98c9b9713846b99b835dd71 (diff) | |
download | VeraCrypt-957ff20f37d25927cf48efb52289f6c6a60f1e0b.tar.gz VeraCrypt-957ff20f37d25927cf48efb52289f6c6a60f1e0b.zip |
Windows: Implement waiting dialog for Mount All Favorites Volumes operation.
Diffstat (limited to 'src/Mount/Mount.h')
-rw-r--r-- | src/Mount/Mount.h | 4 |
1 files changed, 2 insertions, 2 deletions
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
|