From: Paul Durrant Date: Mon, 6 Dec 2021 15:47:25 +0000 (+0000) Subject: Add /CETCOMPAT to linker options X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=19a098fe0c55c0ce3a60556cd4987a373f6164d7;p=pvdrivers%2Fwin%2Fxenhid.git Add /CETCOMPAT to linker options Signed-off-by: Owen Smith Ported from other drivers Signed-off-by: Paul Durrant --- diff --git a/vs2019/xenhid/xenhid.vcxproj b/vs2019/xenhid/xenhid.vcxproj index 11e9269..68f3d3d 100644 --- a/vs2019/xenhid/xenhid.vcxproj +++ b/vs2019/xenhid/xenhid.vcxproj @@ -33,6 +33,7 @@ false $(DDK_LIB_PATH)/hidclass.lib;$(DDK_LIB_PATH)/Rtlver.lib;$(DDK_LIB_PATH)/libcntpr.lib;$(DDK_LIB_PATH)/aux_klib.lib;$(DDK_LIB_PATH)/ksecdd.lib;$(DDK_LIB_PATH)/procgrp.lib;%(AdditionalDependencies) UseLinkTimeCodeGeneration + true sha256