mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Remove driver version test that is non application to VeraCrypt and that was wrongly inherited from TrueCrypt.
This commit is contained in:
@@ -8423,9 +8423,6 @@ BOOL CALLBACK CloseTCWindowsEnum (HWND hwnd, LPARAM lParam)
|
|||||||
{
|
{
|
||||||
PostMessage (hwnd, TC_APPMSG_CLOSE_BKG_TASK, 0, 0);
|
PostMessage (hwnd, TC_APPMSG_CLOSE_BKG_TASK, 0, 0);
|
||||||
|
|
||||||
if (DriverVersion < 0x0430)
|
|
||||||
PostMessage (hwnd, WM_ENDSESSION, 0, 0);
|
|
||||||
|
|
||||||
PostMessage (hwnd, WM_CLOSE, 0, 0);
|
PostMessage (hwnd, WM_CLOSE, 0, 0);
|
||||||
|
|
||||||
if (lParam != 0)
|
if (lParam != 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user