mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 13:13:34 +01:00
Remove driver version test that is non application to VeraCrypt and that was wrongly inherited from TrueCrypt.
This commit is contained in:
parent
03cf7cc566
commit
9083f95db0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user