]> xenbits.xensource.com Git - pvdrivers/win/xencons.git/commitdiff
Add /CETCOMPAT to linker options
authorOwen Smith <owen.smith@citrix.com>
Mon, 29 Nov 2021 10:02:02 +0000 (10:02 +0000)
committerPaul Durrant <pdurrant@amazon.com>
Mon, 6 Dec 2021 15:08:29 +0000 (15:08 +0000)
Signed-off-by: Owen Smith <owen.smith@citrix.com>
vs2019/xencons/xencons.vcxproj

index 41d2d1beda609ecc4e7eddcbb7d204824c8cc5e8..0e24bc1b397f1b464804127d67af852b94e9f341 100644 (file)
@@ -33,6 +33,7 @@
       <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
       <AdditionalDependencies>$(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;$(DDK_LIB_PATH)/wdmsec.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
+      <CETCompat>true</CETCompat>
     </Link>
     <DriverSign>
       <FileDigestAlgorithm>sha256</FileDigestAlgorithm>