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.idl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Mount/MainCom.idl') diff --git a/src/Mount/MainCom.idl b/src/Mount/MainCom.idl index e498257e..6f04bef3 100644 --- a/src/Mount/MainCom.idl +++ b/src/Mount/MainCom.idl @@ -12,7 +12,7 @@ import "..\Common\Password.h"; [ uuid(9ACF6176-5FC4-4690-A025-B3306A50EB6A), helpstring("VeraCrypt Main UAC Support Library"), - version(2.6) // Update ComSetup.cpp when changing version number + version(2.7) // Update ComSetup.cpp when changing version number ] library TrueCryptMainCom { @@ -24,7 +24,6 @@ library TrueCryptMainCom ] interface ITrueCryptMainCom : IUnknown { - void AnalyzeKernelMiniDump (LONG_PTR hwndDlg); int BackupVolumeHeader (LONG_PTR hwndDlg, BOOL bRequireConfirmation, BSTR lpszVolume); DWORD CallDriver (DWORD ioctl, BSTR input, BSTR *output); int ChangePassword (BSTR volumePath, Password *oldPassword, Password *newPassword, int pkcs5, int wipePassCount, LONG_PTR hWnd); -- cgit v1.2.3