Remove driver version test that is non application to VeraCrypt and that was wrongly inherited from TrueCrypt.

This commit is contained in:
Mounir IDRASSI 2014-08-25 20:08:14 +02:00
parent 03cf7cc566
commit 9083f95db0

View File

@ -8423,9 +8423,6 @@ BOOL CALLBACK CloseTCWindowsEnum (HWND hwnd, LPARAM lParam)
{
PostMessage (hwnd, TC_APPMSG_CLOSE_BKG_TASK, 0, 0);
if (DriverVersion < 0x0430)
PostMessage (hwnd, WM_ENDSESSION, 0, 0);
PostMessage (hwnd, WM_CLOSE, 0, 0);
if (lParam != 0)