mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Windows Driver: Use system functions directly instead of dynamic loading since we are targeting Windows 10
This commit is contained in:
@@ -947,7 +947,7 @@ NTSTATUS TCSendHostDeviceIoControlRequestEx (PDEVICE_OBJECT DeviceObject,
|
||||
|
||||
UNREFERENCED_PARAMETER(DeviceObject); /* Remove compiler warning */
|
||||
|
||||
if ((KeGetCurrentIrql() >= APC_LEVEL) || VC_KeAreAllApcsDisabled())
|
||||
if ((KeGetCurrentIrql() >= APC_LEVEL) || KeAreAllApcsDisabled())
|
||||
{
|
||||
TCSendHostDeviceIoControlRequestExWorkItemArgs args;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user