]> xenbits.xensource.com Git - pvdrivers/win/xenhid.git/commitdiff
Add /CETCOMPAT to linker options
authorPaul Durrant <pdurrant@amazon.com>
Mon, 6 Dec 2021 15:47:25 +0000 (15:47 +0000)
committerPaul Durrant <pdurrant@amazon.com>
Mon, 6 Dec 2021 15:47:25 +0000 (15:47 +0000)
Signed-off-by: Owen Smith <owen.smith@citrix.com>
Ported from other drivers

Signed-off-by: Paul Durrant <pdurrant@amazon.com>
vs2019/xenhid/xenhid.vcxproj

index 11e9269102a0f00ae9d4172da5fd2f772ba85604..68f3d3d23328cd5acd649a6fe6c43a2f86050c5f 100644 (file)
@@ -33,6 +33,7 @@
       <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
       <AdditionalDependencies>$(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)</AdditionalDependencies>
       <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
+      <CETCompat>true</CETCompat>
     </Link>
     <DriverSign>
       <FileDigestAlgorithm>sha256</FileDigestAlgorithm>