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/MainCom.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/MainCom.h')
-rw-r--r-- | src/Mount/MainCom.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Mount/MainCom.h b/src/Mount/MainCom.h index 112142e2..c42094da 100644 --- a/src/Mount/MainCom.h +++ b/src/Mount/MainCom.h @@ -20,7 +20,6 @@ extern "C" { #endif
BOOL ComServerMain ();
-void UacAnalyzeKernelMiniDump (HWND hwndDlg);
int UacBackupVolumeHeader (HWND hwndDlg, BOOL bRequireConfirmation, char *lpszVolume);
int UacRestoreVolumeHeader (HWND hwndDlg, char *lpszVolume);
int UacChangePwd (char *lpszVolume, Password *oldPassword, int old_pkcs5, BOOL truecryptMode, Password *newPassword, int pkcs5, int wipePassCount, HWND hwndDlg);
|