diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-05-20 07:08:03 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-05-22 12:00:17 +0200 |
commit | 138d22a254d55724efa9587ce3d53fbed491d04f (patch) | |
tree | 160743d77457a79450872dee66f155fa19108cff /src/Mount/Mount.h | |
parent | 330bed0c42ae906d4482db8896b8cb7b2820107b (diff) | |
download | VeraCrypt-138d22a254d55724efa9587ce3d53fbed491d04f.tar.gz VeraCrypt-138d22a254d55724efa9587ce3d53fbed491d04f.zip |
Windows: remove crash dump analysis functionality. It didn't always work and it required external debugging tools.
Diffstat (limited to 'src/Mount/Mount.h')
-rw-r--r-- | src/Mount/Mount.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Mount/Mount.h b/src/Mount/Mount.h index be5585b0..d6e18bb8 100644 --- a/src/Mount/Mount.h +++ b/src/Mount/Mount.h @@ -107,7 +107,6 @@ static BOOL CALLBACK PerformanceSettingsDlgProc (HWND hwndDlg, UINT msg, WPARAM static BOOL CALLBACK BootLoaderPreferencesDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
void MountSelectedVolume (HWND hwndDlg, BOOL mountWithOptions);
uint32 ReadDriverConfigurationFlags ();
-void AnalyzeKernelMiniDump (HWND hwndDlg);
void HookMouseWheel (HWND hwndDlg, UINT ctrlId);
static BOOL HandleDriveListMouseWheelEvent (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL bListMustBePointed);
static BOOL CALLBACK DefaultMountParametersDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
@@ -126,6 +125,5 @@ typedef struct 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 GetExecutableImageInformation (const string &path, string &version, string &description, string &companyName, string &productName);
#endif
|