From: Owen Smith Date: Tue, 26 Oct 2021 07:12:08 +0000 (+0100) Subject: Add /CETCOMPAT to linker options X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=524ba2001ca1d67b2c63bc3c8209478d1541afc0;p=pvdrivers%2Fwin%2Fxennet.git 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 --- 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