From 50a0461bfbf3cc15e55ff4049ca9a149c6642e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bo=20Brant=C3=A9n?= Date: Tue, 29 Mar 2022 21:27:09 +0200 Subject: [PATCH] fix for warnings in the latest WDK --- Ext4Fsd/Ext2Fsd.inf | 1 + Ext4Fsd/Ext4Fsd.vcxproj | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/Ext4Fsd/Ext2Fsd.inf b/Ext4Fsd/Ext2Fsd.inf index 6d772ac..e35c5d4 100644 --- a/Ext4Fsd/Ext2Fsd.inf +++ b/Ext4Fsd/Ext2Fsd.inf @@ -17,6 +17,7 @@ Provider = %Ext2Fsd*Author% Signature = "$Windows NT$" DriverVer = 03/04/2020,0.70 CatalogFile = Ext2Fsd.cat +PnpLockdown = 1 [DefaultInstall.NTx86] AddReg = Ext2Fsd.Install.AddReg diff --git a/Ext4Fsd/Ext4Fsd.vcxproj b/Ext4Fsd/Ext4Fsd.vcxproj index 565d1e3..1a26833 100644 --- a/Ext4Fsd/Ext4Fsd.vcxproj +++ b/Ext4Fsd/Ext4Fsd.vcxproj @@ -183,6 +183,9 @@ %(AdditionalDependencies) + + sha1 + @@ -194,6 +197,9 @@ %(AdditionalDependencies) + + sha1 + @@ -202,6 +208,9 @@ __KERNEL__;%(PreprocessorDefinitions) 4995;%(DisableSpecificWarnings) + + sha1 + @@ -210,6 +219,9 @@ __KERNEL__;%(PreprocessorDefinitions) 4995;%(DisableSpecificWarnings) + + sha1 +