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.cpp | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'src/Mount/MainCom.cpp') diff --git a/src/Mount/MainCom.cpp b/src/Mount/MainCom.cpp index 5a43d36f..69f8bd4e 100644 --- a/src/Mount/MainCom.cpp +++ b/src/Mount/MainCom.cpp @@ -67,12 +67,6 @@ public: return S_OK; } - virtual void STDMETHODCALLTYPE AnalyzeKernelMiniDump (LONG_PTR hwndDlg) - { - MainDlg = (HWND) hwndDlg; - ::AnalyzeKernelMiniDump ((HWND) hwndDlg); - } - virtual int STDMETHODCALLTYPE BackupVolumeHeader (LONG_PTR hwndDlg, BOOL bRequireConfirmation, BSTR lpszVolume) { USES_CONVERSION; @@ -230,23 +224,6 @@ ITrueCryptMainCom *GetElevatedInstance (HWND parent) } -extern "C" void UacAnalyzeKernelMiniDump (HWND hwndDlg) -{ - CComPtr tc; - - CoInitialize (NULL); - - if (ComGetInstance (hwndDlg, &tc)) - { - WaitCursor(); - tc->AnalyzeKernelMiniDump ((LONG_PTR) hwndDlg); - NormalCursor(); - } - - CoUninitialize (); -} - - extern "C" int UacBackupVolumeHeader (HWND hwndDlg, BOOL bRequireConfirmation, char *lpszVolume) { CComPtr tc; -- cgit v1.2.3