From 138d22a254d55724efa9587ce3d53fbed491d04f Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 20 May 2015 07:08:03 +0200 Subject: Windows: remove crash dump analysis functionality. It didn't always work and it required external debugging tools. --- src/Mount/MainCom.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Mount/MainCom.h') 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); -- cgit v1.2.3