From 524ba2001ca1d67b2c63bc3c8209478d1541afc0 Mon Sep 17 00:00:00 2001 From: Owen Smith Date: Tue, 26 Oct 2021 08:12:08 +0100 Subject: [PATCH] Add /CETCOMPAT to linker options The "Hardware Enforced Stack Protection Compatability" test introduced with the Server 2022 HLK requires drivers to be linked with /CETCOMPAT Signed-off-by: Owen Smith --- vs2019/xennet/xennet.vcxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/vs2019/xennet/xennet.vcxproj b/vs2019/xennet/xennet.vcxproj index ca89610..d79a691 100644 --- a/vs2019/xennet/xennet.vcxproj +++ b/vs2019/xennet/xennet.vcxproj @@ -35,6 +35,7 @@ false $(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)/libcntpr.lib;$(DDK_LIB_PATH)/aux_klib.lib;$(DDK_LIB_PATH)/procgrp.lib;%(AdditionalDependencies) UseLinkTimeCodeGeneration + true sha256 -- 2.39.5