From 81f0adcc35fb5a8e0d01f361f9bea4716db452ff Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 25 Dec 2024 16:18:19 +0100 Subject: Windows Driver: set Windows 10 version 1809 as minimum. To support this, we had to replace ExAllocatePool2 by ExAllocatePoolUninitialized. --- src/Driver/Driver.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Driver') diff --git a/src/Driver/Driver.vcxproj b/src/Driver/Driver.vcxproj index 7f135b35..60585351 100644 --- a/src/Driver/Driver.vcxproj +++ b/src/Driver/Driver.vcxproj @@ -37,7 +37,7 @@ Driver WDM Universal - <_NT_TARGET_VERSION>0xA000008 + <_NT_TARGET_VERSION>0xA000006 Windows10 @@ -46,7 +46,7 @@ Driver WDM Universal - <_NT_TARGET_VERSION>0xA000008 + <_NT_TARGET_VERSION>0xA000006 Windows10 @@ -55,7 +55,7 @@ Driver WDM Universal - <_NT_TARGET_VERSION>0xA000008 + <_NT_TARGET_VERSION>0xA000006 Windows10 @@ -64,7 +64,7 @@ Driver WDM Universal - <_NT_TARGET_VERSION>0xA000008 + <_NT_TARGET_VERSION>0xA000006 -- cgit v1.2.3